Html Css Color HEX #325BBC Cerulean Blue

📋 copy color: '#325BBC'

red 50 ◦ green 91 ◦ blue 188

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

Shades of Cerulean Blue #325BBC

Tints of Cerulean Blue #325BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.14%

R = 15.2%
G = 27.66%
B = 57.14%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#325BBC (or 0x325BBC) is known color: Cerulean Blue. HEX triplet: 32, 5B and BC. RGB value is (50,91,188). Sum of RGB (Red+Green+Blue) = 50+91+188=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #325BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325BBC is #CDA443. Grayscale: #595959. Windows color (decimal): -13476932 or 12344114. OLE color: 12344114.

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

Color convert

RGB 50 91 188 -
CMYK 0.73 0.52 0 0.26
HSL 222.17º 0.58% 0.47% -
HSV(B) 222.17º 0.73% 0.74% -
XYZ 14.13 11.79 49.11 -
YUV 89.8 183.42 99.61 -
System Red Green Blue C M Y K H S L
Decimal 50 91 188 0.73 0.52 0 0.26 222.17 0.58 0.47
Hex 32 5B BC 49 34 0 1A DE 3A 2F
Octal 62 133 274 111 64 0 32 336 72 57
Binary 110010 1011011 10111100 1001001 110100 0 11010 11011110 111010 101111

Color Harmonies of #325BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325BBC

Black with #325BBC

Text Example


Text Example

White with #325BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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