Html Css Color HEX #324CBB Cerulean Blue

📋 copy color: '#324CBB'

red 50 ◦ green 76 ◦ blue 187

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

Shades of Cerulean Blue #324CBB

Tints of Cerulean Blue #324CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.74%

R = 15.97%
G = 24.28%
B = 59.74%

CMYK

 C value IS 0.73

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#324CBB (or 0x324CBB) is known color: Cerulean Blue. HEX triplet: 32, 4C and BB. RGB value is (50,76,187). Sum of RGB (Red+Green+Blue) = 50+76+187=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #324CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324CBB is #CDB344. Grayscale: #505050. Windows color (decimal): -13480773 or 12274738. OLE color: 12274738.

HSL color Cylindrical-coordinate representation of color #324CBB: hue angle of 228.61º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #324CBB is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 76 187 -
CMYK 0.73 0.59 0 0.27
HSL 228.61º 0.58% 0.46% -
HSV(B) 228.61º 0.73% 0.73% -
XYZ 12.87 9.43 48.16 -
YUV 80.88 187.89 105.97 -
System Red Green Blue C M Y K H S L
Decimal 50 76 187 0.73 0.59 0 0.27 228.61 0.58 0.46
Hex 32 4C BB 49 3B 0 1B E5 3A 2E
Octal 62 114 273 111 73 0 33 345 72 56
Binary 110010 1001100 10111011 1001001 111011 0 11011 11100101 111010 101110

Color Harmonies of #324CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324CBB

Black with #324CBB

Text Example


Text Example

White with #324CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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