Html Css Color HEX #325265 Cello

📋 copy color: '#325265'

red 50 ◦ green 82 ◦ blue 101

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

Shades of Cello #325265

Tints of Cello #325265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 43.35%

R = 21.46%
G = 35.19%
B = 43.35%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#325265 (or 0x325265) is known color: Cello. HEX triplet: 32, 52 and 65. RGB value is (50,82,101). Sum of RGB (Red+Green+Blue) = 50+82+101=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 101 - color contains mainly: blue. Hex color #325265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325265 is #CDAD9A. Grayscale: #4A4A4A. Windows color (decimal): -13479323 or 6640178. OLE color: 6640178.

HSL color Cylindrical-coordinate representation of color #325265: hue angle of 202.35º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #325265 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 82 101 -
CMYK 0.50 0.19 0 0.60
HSL 202.35º 0.34% 0.3% -
HSV(B) 202.35º 0.5% 0.4% -
XYZ 6.68 7.65 13.44 -
YUV 74.6 142.9 110.46 -
System Red Green Blue C M Y K H S L
Decimal 50 82 101 0.50 0.19 0 0.60 202.35 0.34 0.3
Hex 32 52 65 32 13 0 3C CA 22 1E
Octal 62 122 145 62 23 0 74 312 42 36
Binary 110010 1010010 1100101 110010 10011 0 111100 11001010 100010 11110

Color Harmonies of #325265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325265

Black with #325265

Text Example


Text Example

White with #325265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325265; }

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

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

background-color css

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

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

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

border-color css

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

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

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