Html Css Color HEX #324AB3 Cerulean Blue

📋 copy color: '#324AB3'

red 50 ◦ green 74 ◦ blue 179

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

Shades of Cerulean Blue #324AB3

Tints of Cerulean Blue #324AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 59.08%

R = 16.5%
G = 24.42%
B = 59.08%

CMYK

 C value IS 0.72

 M value IS 0.59

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#324AB3 (or 0x324AB3) is known color: Cerulean Blue. HEX triplet: 32, 4A and B3. RGB value is (50,74,179). Sum of RGB (Red+Green+Blue) = 50+74+179=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 179 (70.31% from 255 or 59.08% from 303); Max value from RGB is 179 - color contains mainly: blue. Hex color #324AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324AB3 is #CDB54C. Grayscale: #4E4E4E. Windows color (decimal): -13481293 or 11749938. OLE color: 11749938.

HSL color Cylindrical-coordinate representation of color #324AB3: hue angle of 228.84º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #324AB3 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 50 74 179 -
CMYK 0.72 0.59 0 0.30
HSL 228.84º 0.56% 0.45% -
HSV(B) 228.84º 0.72% 0.7% -
XYZ 11.9 8.83 43.73 -
YUV 78.79 184.55 107.46 -
System Red Green Blue C M Y K H S L
Decimal 50 74 179 0.72 0.59 0 0.30 228.84 0.56 0.45
Hex 32 4A B3 48 3B 0 1E E5 38 2D
Octal 62 112 263 110 73 0 36 345 70 55
Binary 110010 1001010 10110011 1001000 111011 0 11110 11100101 111000 101101

Color Harmonies of #324AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324AB3

Black with #324AB3

Text Example


Text Example

White with #324AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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