Html Css Color HEX #325BBF Cerulean Blue

📋 copy color: '#325BBF'

red 50 ◦ green 91 ◦ blue 191

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

Shades of Cerulean Blue #325BBF

Tints of Cerulean Blue #325BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.53%

R = 15.06%
G = 27.41%
B = 57.53%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#325BBF (or 0x325BBF) is known color: Cerulean Blue. HEX triplet: 32, 5B and BF. RGB value is (50,91,191). Sum of RGB (Red+Green+Blue) = 50+91+191=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #325BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325BBF is #CDA440. Grayscale: #595959. Windows color (decimal): -13476929 or 12540722. OLE color: 12540722.

HSL color Cylindrical-coordinate representation of color #325BBF: hue angle of 222.55º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #325BBF is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 91 191 -
CMYK 0.74 0.52 0 0.25
HSL 222.55º 0.59% 0.47% -
HSV(B) 222.55º 0.74% 0.75% -
XYZ 14.46 11.92 50.83 -
YUV 90.14 184.92 99.37 -
System Red Green Blue C M Y K H S L
Decimal 50 91 191 0.74 0.52 0 0.25 222.55 0.59 0.47
Hex 32 5B BF 4A 34 0 19 DF 3B 2F
Octal 62 133 277 112 64 0 31 337 73 57
Binary 110010 1011011 10111111 1001010 110100 0 11001 11011111 111011 101111

Color Harmonies of #325BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325BBF

Black with #325BBF

Text Example


Text Example

White with #325BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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