Html Css Color HEX #324CB6 Cerulean Blue

📋 copy color: '#324CB6'

red 50 ◦ green 76 ◦ blue 182

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

Shades of Cerulean Blue #324CB6

Tints of Cerulean Blue #324CB6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.68%

 BLUE value IS 182 (71.48% from 255) = 59.09%

R = 16.23%
G = 24.68%
B = 59.09%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#324CB6 (or 0x324CB6) is known color: Cerulean Blue. HEX triplet: 32, 4C and B6. RGB value is (50,76,182). Sum of RGB (Red+Green+Blue) = 50+76+182=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 182 (71.48% from 255 or 59.09% from 308); Max value from RGB is 182 - color contains mainly: blue. Hex color #324CB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324CB6 is #CDB349. Grayscale: #4F4F4F. Windows color (decimal): -13480778 or 11947058. OLE color: 11947058.

HSL color Cylindrical-coordinate representation of color #324CB6: hue angle of 228.18º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #324CB6 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 50 76 182 -
CMYK 0.73 0.58 0 0.29
HSL 228.18º 0.57% 0.45% -
HSV(B) 228.18º 0.73% 0.71% -
XYZ 12.34 9.22 45.39 -
YUV 80.31 185.39 106.38 -
System Red Green Blue C M Y K H S L
Decimal 50 76 182 0.73 0.58 0 0.29 228.18 0.57 0.45
Hex 32 4C B6 49 3A 0 1D E4 39 2D
Octal 62 114 266 111 72 0 35 344 71 55
Binary 110010 1001100 10110110 1001001 111010 0 11101 11100100 111001 101101

Color Harmonies of #324CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324CB6

Black with #324CB6

Text Example


Text Example

White with #324CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,76,182); }

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

background-color css

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

 a { background-color: rgb(50,76,182); }

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

border-color css

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

 span { border-color: rgb(50,76,182); }

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