Html Css Color HEX #324CBE Cerulean Blue

📋 copy color: '#324CBE'

red 50 ◦ green 76 ◦ blue 190

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

Shades of Cerulean Blue #324CBE

Tints of Cerulean Blue #324CBE

RGB

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

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

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

R = 15.82%
G = 24.05%
B = 60.13%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#324CBE (or 0x324CBE) is known color: Cerulean Blue. HEX triplet: 32, 4C and BE. RGB value is (50,76,190). Sum of RGB (Red+Green+Blue) = 50+76+190=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #324CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324CBE is #CDB341. Grayscale: #505050. Windows color (decimal): -13480770 or 12471346. OLE color: 12471346.

HSL color Cylindrical-coordinate representation of color #324CBE: hue angle of 228.86º 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 #324CBE is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 76 190 -
CMYK 0.74 0.60 0 0.25
HSL 228.86º 0.58% 0.47% -
HSV(B) 228.86º 0.74% 0.75% -
XYZ 13.19 9.56 49.87 -
YUV 81.22 189.39 105.73 -
System Red Green Blue C M Y K H S L
Decimal 50 76 190 0.74 0.60 0 0.25 228.86 0.58 0.47
Hex 32 4C BE 4A 3C 0 19 E5 3A 2F
Octal 62 114 276 112 74 0 31 345 72 57
Binary 110010 1001100 10111110 1001010 111100 0 11001 11100101 111010 101111

Color Harmonies of #324CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324CBE

Black with #324CBE

Text Example


Text Example

White with #324CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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