Html Css Color HEX #325365 Cello

📋 copy color: '#325365'

red 50 ◦ green 83 ◦ blue 101

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

Shades of Cello #325365

Tints of Cello #325365

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.47%

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

R = 21.37%
G = 35.47%
B = 43.16%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#325365 (or 0x325365) is known color: Cello. HEX triplet: 32, 53 and 65. RGB value is (50,83,101). Sum of RGB (Red+Green+Blue) = 50+83+101=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 101 - color contains mainly: blue. Hex color #325365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325365 is #CDAC9A. Grayscale: #4B4B4B. Windows color (decimal): -13479067 or 6640434. OLE color: 6640434.

HSL color Cylindrical-coordinate representation of color #325365: hue angle of 201.18º 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 #325365 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 83 101 -
CMYK 0.50 0.18 0 0.60
HSL 201.18º 0.34% 0.3% -
HSV(B) 201.18º 0.5% 0.4% -
XYZ 6.76 7.8 13.46 -
YUV 75.19 142.57 110.04 -
System Red Green Blue C M Y K H S L
Decimal 50 83 101 0.50 0.18 0 0.60 201.18 0.34 0.3
Hex 32 53 65 32 12 0 3C C9 22 1E
Octal 62 123 145 62 22 0 74 311 42 36
Binary 110010 1010011 1100101 110010 10010 0 111100 11001001 100010 11110

Color Harmonies of #325365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325365

Black with #325365

Text Example


Text Example

White with #325365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325365; }

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

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

background-color css

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

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

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

border-color css

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

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

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