Html Css Color HEX #324AB6 Cerulean Blue

📋 copy color: '#324AB6'

red 50 ◦ green 74 ◦ blue 182

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

Shades of Cerulean Blue #324AB6

Tints of Cerulean Blue #324AB6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.18%

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

R = 16.34%
G = 24.18%
B = 59.48%

CMYK

 C value IS 0.73

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#324AB6 (or 0x324AB6) is known color: Cerulean Blue. HEX triplet: 32, 4A and B6. RGB value is (50,74,182). Sum of RGB (Red+Green+Blue) = 50+74+182=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 182 (71.48% from 255 or 59.48% from 306); Max value from RGB is 182 - color contains mainly: blue. Hex color #324AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324AB6 is #CDB549. Grayscale: #4E4E4E. Windows color (decimal): -13481290 or 11946546. OLE color: 11946546.

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

Color convert

RGB 50 74 182 -
CMYK 0.73 0.59 0 0.29
HSL 229.09º 0.57% 0.45% -
HSV(B) 229.09º 0.73% 0.71% -
XYZ 12.21 8.95 45.34 -
YUV 79.14 186.05 107.22 -
System Red Green Blue C M Y K H S L
Decimal 50 74 182 0.73 0.59 0 0.29 229.09 0.57 0.45
Hex 32 4A B6 49 3B 0 1D E5 39 2D
Octal 62 112 266 111 73 0 35 345 71 55
Binary 110010 1001010 10110110 1001001 111011 0 11101 11100101 111001 101101

Color Harmonies of #324AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324AB6

Black with #324AB6

Text Example


Text Example

White with #324AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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