Html Css Color HEX #324BBE Cerulean Blue

📋 copy color: '#324BBE'

red 50 ◦ green 75 ◦ blue 190

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

Shades of Cerulean Blue #324BBE

Tints of Cerulean Blue #324BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.32%

R = 15.87%
G = 23.81%
B = 60.32%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#324BBE (or 0x324BBE) is known color: Cerulean Blue. HEX triplet: 32, 4B and BE. RGB value is (50,75,190). Sum of RGB (Red+Green+Blue) = 50+75+190=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #324BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324BBE is #CDB441. Grayscale: #505050. Windows color (decimal): -13481026 or 12471090. OLE color: 12471090.

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

Color convert

RGB 50 75 190 -
CMYK 0.74 0.61 0 0.25
HSL 229.29º 0.58% 0.47% -
HSV(B) 229.29º 0.74% 0.75% -
XYZ 13.13 9.43 49.84 -
YUV 80.64 189.72 106.15 -
System Red Green Blue C M Y K H S L
Decimal 50 75 190 0.74 0.61 0 0.25 229.29 0.58 0.47
Hex 32 4B BE 4A 3D 0 19 E5 3A 2F
Octal 62 113 276 112 75 0 31 345 72 57
Binary 110010 1001011 10111110 1001010 111101 0 11001 11100101 111010 101111

Color Harmonies of #324BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324BBE

Black with #324BBE

Text Example


Text Example

White with #324BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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