Html Css Color HEX #325061 Cello

📋 copy color: '#325061'

red 50 ◦ green 80 ◦ blue 97

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

Shades of Cello #325061

Tints of Cello #325061

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.24%

 BLUE value IS 97 (38.28% from 255) = 42.73%

R = 22.03%
G = 35.24%
B = 42.73%

CMYK

 C value IS 0.48

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#325061 (or 0x325061) is known color: Cello. HEX triplet: 32, 50 and 61. RGB value is (50,80,97). Sum of RGB (Red+Green+Blue) = 50+80+97=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #325061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325061 is #CDAF9E. Grayscale: #484848. Windows color (decimal): -13479839 or 6377522. OLE color: 6377522.

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

Color convert

RGB 50 80 97 -
CMYK 0.48 0.18 0 0.62
HSL 201.7º 0.32% 0.29% -
HSV(B) 201.7º 0.48% 0.38% -
XYZ 6.34 7.28 12.38 -
YUV 72.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 50 80 97 0.48 0.18 0 0.62 201.7 0.32 0.29
Hex 32 50 61 30 12 0 3E CA 20 1D
Octal 62 120 141 60 22 0 76 312 40 35
Binary 110010 1010000 1100001 110000 10010 0 111110 11001010 100000 11101

Color Harmonies of #325061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325061

Black with #325061

Text Example


Text Example

White with #325061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325061; }

 p { color: rgb(50,80,97); }

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

background-color css

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

 a { background-color: rgb(50,80,97); }

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

border-color css

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

 span { border-color: rgb(50,80,97); }

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