Html Css Color HEX #325BBB Cerulean Blue

📋 copy color: '#325BBB'

red 50 ◦ green 91 ◦ blue 187

#325BBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #325BBB

Tints of Cerulean Blue #325BBB

RGB

 RED value IS 50 (19.92% from 255) = 15.24%

 GREEN value IS 91 (35.94% from 255) = 27.74%

 BLUE value IS 187 (73.44% from 255) = 57.01%

R = 15.24%
G = 27.74%
B = 57.01%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#325BBB (or 0x325BBB) is known color: Cerulean Blue. HEX triplet: 32, 5B and BB. RGB value is (50,91,187). Sum of RGB (Red+Green+Blue) = 50+91+187=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #325BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325BBB is #CDA444. Grayscale: #595959. Windows color (decimal): -13476933 or 12278578. OLE color: 12278578.

HSL color Cylindrical-coordinate representation of color #325BBB: hue angle of 222.04º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #325BBB is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 91 187 -
CMYK 0.73 0.51 0 0.27
HSL 222.04º 0.58% 0.46% -
HSV(B) 222.04º 0.73% 0.73% -
XYZ 14.03 11.75 48.54 -
YUV 89.69 182.92 99.69 -
System Red Green Blue C M Y K H S L
Decimal 50 91 187 0.73 0.51 0 0.27 222.04 0.58 0.46
Hex 32 5B BB 49 33 0 1B DE 3A 2E
Octal 62 133 273 111 63 0 33 336 72 56
Binary 110010 1011011 10111011 1001001 110011 0 11011 11011110 111010 101110

Color Harmonies of #325BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325BBB

Black with #325BBB

Text Example


Text Example

White with #325BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325BBB; }

 p { color: rgb(50,91,187); }

 H1.HeaderClassName
 {
   color: #325BBB;
 }
 .AnyTagClassName
 {
   color: #325BBB;
 }
</style>

background-color css

<style>
 a { background-color: #325BBB; }

 a { background-color: rgb(50,91,187); }

 div.DivClassName
 {
   background-color: #325BBB;
 }
 .BgClassName
 {
   background-color: #325BBB;
 }
</style>

border-color css

<style>
 span { border-color: #325BBB; }

 span { border-color: rgb(50,91,187); }

 td.TdClassName
 {
   border-color: #325BBB;
 }
 .TagClassName
 {
   border-color: #325BBB;
 }
</style>