Html Css Color HEX #324EBE Cerulean Blue

📋 copy color: '#324EBE'

red 50 ◦ green 78 ◦ blue 190

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

Shades of Cerulean Blue #324EBE

Tints of Cerulean Blue #324EBE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.53%

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

R = 15.72%
G = 24.53%
B = 59.75%

CMYK

 C value IS 0.74

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#324EBE (or 0x324EBE) is known color: Cerulean Blue. HEX triplet: 32, 4E and BE. RGB value is (50,78,190). Sum of RGB (Red+Green+Blue) = 50+78+190=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #324EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324EBE is #CDB141. Grayscale: #515151. Windows color (decimal): -13480258 or 12471858. OLE color: 12471858.

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

Color convert

RGB 50 78 190 -
CMYK 0.74 0.59 0 0.25
HSL 228º 0.58% 0.47% -
HSV(B) 228º 0.74% 0.75% -
XYZ 13.33 9.84 49.91 -
YUV 82.4 188.72 104.89 -
System Red Green Blue C M Y K H S L
Decimal 50 78 190 0.74 0.59 0 0.25 228 0.58 0.47
Hex 32 4E BE 4A 3B 0 19 E4 3A 2F
Octal 62 116 276 112 73 0 31 344 72 57
Binary 110010 1001110 10111110 1001010 111011 0 11001 11100100 111010 101111

Color Harmonies of #324EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324EBE

Black with #324EBE

Text Example


Text Example

White with #324EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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