Html Css Color HEX #324763 Cello

📋 copy color: '#324763'

red 50 ◦ green 71 ◦ blue 99

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

Shades of Cello #324763

Tints of Cello #324763

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.27%

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

R = 22.73%
G = 32.27%
B = 45%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#324763 (or 0x324763) is known color: Cello. HEX triplet: 32, 47 and 63. RGB value is (50,71,99). Sum of RGB (Red+Green+Blue) = 50+71+99=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 99 (39.06% from 255 or 45% from 220); Max value from RGB is 99 - color contains mainly: blue. Hex color #324763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324763 is #CDB89C. Grayscale: #434343. Windows color (decimal): -13482141 or 6506290. OLE color: 6506290.

HSL color Cylindrical-coordinate representation of color #324763: hue angle of 214.29º 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 #324763 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 50 71 99 -
CMYK 0.49 0.28 0 0.61
HSL 214.29º 0.33% 0.29% -
HSV(B) 214.29º 0.49% 0.39% -
XYZ 5.82 6.09 12.67 -
YUV 67.91 145.54 115.22 -
System Red Green Blue C M Y K H S L
Decimal 50 71 99 0.49 0.28 0 0.61 214.29 0.33 0.29
Hex 32 47 63 31 1C 0 3D D6 21 1D
Octal 62 107 143 61 34 0 75 326 41 35
Binary 110010 1000111 1100011 110001 11100 0 111101 11010110 100001 11101

Color Harmonies of #324763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324763

Black with #324763

Text Example


Text Example

White with #324763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324763; }

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

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

background-color css

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

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

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

border-color css

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

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

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