Html Css Color HEX #324863 Cello

📋 copy color: '#324863'

red 50 ◦ green 72 ◦ blue 99

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

Shades of Cello #324863

Tints of Cello #324863

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.58%

 BLUE value IS 99 (39.06% from 255) = 44.8%

R = 22.62%
G = 32.58%
B = 44.8%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#324863 (or 0x324863) is known color: Cello. HEX triplet: 32, 48 and 63. RGB value is (50,72,99). Sum of RGB (Red+Green+Blue) = 50+72+99=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #324863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324863 is #CDB79C. Grayscale: #444444. Windows color (decimal): -13481885 or 6506546. OLE color: 6506546.

HSL color Cylindrical-coordinate representation of color #324863: hue angle of 213.06º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #324863 is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 72 99 -
CMYK 0.49 0.27 0 0.61
HSL 213.06º 0.33% 0.29% -
HSV(B) 213.06º 0.49% 0.39% -
XYZ 5.88 6.21 12.69 -
YUV 68.5 145.21 114.8 -
System Red Green Blue C M Y K H S L
Decimal 50 72 99 0.49 0.27 0 0.61 213.06 0.33 0.29
Hex 32 48 63 31 1B 0 3D D5 21 1D
Octal 62 110 143 61 33 0 75 325 41 35
Binary 110010 1001000 1100011 110001 11011 0 111101 11010101 100001 11101

Color Harmonies of #324863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324863

Black with #324863

Text Example


Text Example

White with #324863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324863; }

 p { color: rgb(50,72,99); }

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

background-color css

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

 a { background-color: rgb(50,72,99); }

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

border-color css

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

 span { border-color: rgb(50,72,99); }

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