Html Css Color HEX #324FBA Cerulean Blue

📋 copy color: '#324FBA'

red 50 ◦ green 79 ◦ blue 186

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

Shades of Cerulean Blue #324FBA

Tints of Cerulean Blue #324FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.08%

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

R = 15.87%
G = 25.08%
B = 59.05%

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

#324FBA (or 0x324FBA) is known color: Cerulean Blue. HEX triplet: 32, 4F and BA. RGB value is (50,79,186). Sum of RGB (Red+Green+Blue) = 50+79+186=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #324FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324FBA is #CDB045. Grayscale: #525252. Windows color (decimal): -13480006 or 12209970. OLE color: 12209970.

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

Color convert

RGB 50 79 186 -
CMYK 0.73 0.58 0 0.27
HSL 227.21º 0.58% 0.46% -
HSV(B) 227.21º 0.73% 0.73% -
XYZ 12.97 9.82 47.67 -
YUV 82.53 186.39 104.8 -
System Red Green Blue C M Y K H S L
Decimal 50 79 186 0.73 0.58 0 0.27 227.21 0.58 0.46
Hex 32 4F BA 49 3A 0 1B E3 3A 2E
Octal 62 117 272 111 72 0 33 343 72 56
Binary 110010 1001111 10111010 1001001 111010 0 11011 11100011 111010 101110

Color Harmonies of #324FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324FBA

Black with #324FBA

Text Example


Text Example

White with #324FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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