Html Css Color HEX #324BBA Cerulean Blue

📋 copy color: '#324BBA'

red 50 ◦ green 75 ◦ blue 186

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

Shades of Cerulean Blue #324BBA

Tints of Cerulean Blue #324BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.12%

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

R = 16.08%
G = 24.12%
B = 59.81%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#324BBA (or 0x324BBA) is known color: Cerulean Blue. HEX triplet: 32, 4B and BA. RGB value is (50,75,186). Sum of RGB (Red+Green+Blue) = 50+75+186=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #324BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324BBA is #CDB445. Grayscale: #4F4F4F. Windows color (decimal): -13481030 or 12208946. OLE color: 12208946.

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

Color convert

RGB 50 75 186 -
CMYK 0.73 0.60 0 0.27
HSL 228.97º 0.58% 0.46% -
HSV(B) 228.97º 0.73% 0.73% -
XYZ 12.69 9.26 47.57 -
YUV 80.18 187.72 106.47 -
System Red Green Blue C M Y K H S L
Decimal 50 75 186 0.73 0.60 0 0.27 228.97 0.58 0.46
Hex 32 4B BA 49 3C 0 1B E5 3A 2E
Octal 62 113 272 111 74 0 33 345 72 56
Binary 110010 1001011 10111010 1001001 111100 0 11011 11100101 111010 101110

Color Harmonies of #324BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324BBA

Black with #324BBA

Text Example


Text Example

White with #324BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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