Html Css Color HEX #324EBA Cerulean Blue

📋 copy color: '#324EBA'

red 50 ◦ green 78 ◦ blue 186

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

Shades of Cerulean Blue #324EBA

Tints of Cerulean Blue #324EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.24%

R = 15.92%
G = 24.84%
B = 59.24%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#324EBA (or 0x324EBA) is known color: Cerulean Blue. HEX triplet: 32, 4E and BA. RGB value is (50,78,186). Sum of RGB (Red+Green+Blue) = 50+78+186=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #324EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324EBA is #CDB145. Grayscale: #515151. Windows color (decimal): -13480262 or 12209714. OLE color: 12209714.

HSL color Cylindrical-coordinate representation of color #324EBA: hue angle of 227.65º 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 #324EBA is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 78 186 -
CMYK 0.73 0.58 0 0.27
HSL 227.65º 0.58% 0.46% -
HSV(B) 227.65º 0.73% 0.73% -
XYZ 12.9 9.67 47.64 -
YUV 81.94 186.72 105.22 -
System Red Green Blue C M Y K H S L
Decimal 50 78 186 0.73 0.58 0 0.27 227.65 0.58 0.46
Hex 32 4E BA 49 3A 0 1B E4 3A 2E
Octal 62 116 272 111 72 0 33 344 72 56
Binary 110010 1001110 10111010 1001001 111010 0 11011 11100100 111010 101110

Color Harmonies of #324EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324EBA

Black with #324EBA

Text Example


Text Example

White with #324EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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