Html Css Color HEX #324BBC Cerulean Blue

📋 copy color: '#324BBC'

red 50 ◦ green 75 ◦ blue 188

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

Shades of Cerulean Blue #324BBC

Tints of Cerulean Blue #324BBC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.96%

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

R = 15.97%
G = 23.96%
B = 60.06%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#324BBC (or 0x324BBC) is known color: Cerulean Blue. HEX triplet: 32, 4B and BC. RGB value is (50,75,188). Sum of RGB (Red+Green+Blue) = 50+75+188=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #324BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324BBC is #CDB443. Grayscale: #4F4F4F. Windows color (decimal): -13481028 or 12340018. OLE color: 12340018.

HSL color Cylindrical-coordinate representation of color #324BBC: hue angle of 229.13º 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 #324BBC is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 75 188 -
CMYK 0.73 0.60 0 0.26
HSL 229.13º 0.58% 0.47% -
HSV(B) 229.13º 0.73% 0.74% -
XYZ 12.91 9.34 48.7 -
YUV 80.41 188.72 106.31 -
System Red Green Blue C M Y K H S L
Decimal 50 75 188 0.73 0.60 0 0.26 229.13 0.58 0.47
Hex 32 4B BC 49 3C 0 1A E5 3A 2F
Octal 62 113 274 111 74 0 32 345 72 57
Binary 110010 1001011 10111100 1001001 111100 0 11010 11100101 111010 101111

Color Harmonies of #324BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324BBC

Black with #324BBC

Text Example


Text Example

White with #324BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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