Html Css Color HEX #324ABD Cerulean Blue

📋 copy color: '#324ABD'

red 50 ◦ green 74 ◦ blue 189

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

Shades of Cerulean Blue #324ABD

Tints of Cerulean Blue #324ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60.38%

R = 15.97%
G = 23.64%
B = 60.38%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#324ABD (or 0x324ABD) is known color: Cerulean Blue. HEX triplet: 32, 4A and BD. RGB value is (50,74,189). Sum of RGB (Red+Green+Blue) = 50+74+189=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #324ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324ABD is #CDB542. Grayscale: #4F4F4F. Windows color (decimal): -13481283 or 12405298. OLE color: 12405298.

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

Color convert

RGB 50 74 189 -
CMYK 0.74 0.61 0 0.26
HSL 229.64º 0.58% 0.47% -
HSV(B) 229.64º 0.74% 0.74% -
XYZ 12.95 9.25 49.25 -
YUV 79.93 189.55 106.65 -
System Red Green Blue C M Y K H S L
Decimal 50 74 189 0.74 0.61 0 0.26 229.64 0.58 0.47
Hex 32 4A BD 4A 3D 0 1A E6 3A 2F
Octal 62 112 275 112 75 0 32 346 72 57
Binary 110010 1001010 10111101 1001010 111101 0 11010 11100110 111010 101111

Color Harmonies of #324ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324ABD

Black with #324ABD

Text Example


Text Example

White with #324ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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