Html Css Color HEX #325262 Cello

📋 copy color: '#325262'

red 50 ◦ green 82 ◦ blue 98

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

Shades of Cello #325262

Tints of Cello #325262

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.65%

 BLUE value IS 98 (38.67% from 255) = 42.61%

R = 21.74%
G = 35.65%
B = 42.61%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#325262 (or 0x325262) is known color: Cello. HEX triplet: 32, 52 and 62. RGB value is (50,82,98). Sum of RGB (Red+Green+Blue) = 50+82+98=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 98 - color contains mainly: blue. Hex color #325262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325262 is #CDAD9D. Grayscale: #4A4A4A. Windows color (decimal): -13479326 or 6443570. OLE color: 6443570.

HSL color Cylindrical-coordinate representation of color #325262: hue angle of 200º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #325262 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 82 98 -
CMYK 0.49 0.16 0 0.62
HSL 200º 0.32% 0.29% -
HSV(B) 200º 0.49% 0.38% -
XYZ 6.54 7.59 12.68 -
YUV 74.26 141.4 110.7 -
System Red Green Blue C M Y K H S L
Decimal 50 82 98 0.49 0.16 0 0.62 200 0.32 0.29
Hex 32 52 62 31 10 0 3E C8 20 1D
Octal 62 122 142 61 20 0 76 310 40 35
Binary 110010 1010010 1100010 110001 10000 0 111110 11001000 100000 11101

Color Harmonies of #325262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325262

Black with #325262

Text Example


Text Example

White with #325262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325262; }

 p { color: rgb(50,82,98); }

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

background-color css

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

 a { background-color: rgb(50,82,98); }

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

border-color css

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

 span { border-color: rgb(50,82,98); }

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