Html Css Color HEX #324CB3 Cerulean Blue

📋 copy color: '#324CB3'

red 50 ◦ green 76 ◦ blue 179

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

Shades of Cerulean Blue #324CB3

Tints of Cerulean Blue #324CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 58.69%

R = 16.39%
G = 24.92%
B = 58.69%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#324CB3 (or 0x324CB3) is known color: Cerulean Blue. HEX triplet: 32, 4C and B3. RGB value is (50,76,179). Sum of RGB (Red+Green+Blue) = 50+76+179=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 179 (70.31% from 255 or 58.69% from 305); Max value from RGB is 179 - color contains mainly: blue. Hex color #324CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324CB3 is #CDB34C. Grayscale: #4F4F4F. Windows color (decimal): -13480781 or 11750450. OLE color: 11750450.

HSL color Cylindrical-coordinate representation of color #324CB3: hue angle of 227.91º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #324CB3 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 50 76 179 -
CMYK 0.72 0.58 0 0.30
HSL 227.91º 0.56% 0.45% -
HSV(B) 227.91º 0.72% 0.7% -
XYZ 12.04 9.1 43.77 -
YUV 79.97 183.89 106.62 -
System Red Green Blue C M Y K H S L
Decimal 50 76 179 0.72 0.58 0 0.30 227.91 0.56 0.45
Hex 32 4C B3 48 3A 0 1E E4 38 2D
Octal 62 114 263 110 72 0 36 344 70 55
Binary 110010 1001100 10110011 1001000 111010 0 11110 11100100 111000 101101

Color Harmonies of #324CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324CB3

Black with #324CB3

Text Example


Text Example

White with #324CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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