Html Css Color HEX #325258 Casal

📋 copy color: '#325258'

red 50 ◦ green 82 ◦ blue 88

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

Shades of Casal #325258

Tints of Casal #325258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 40%

R = 22.73%
G = 37.27%
B = 40%

CMYK

 C value IS 0.43

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#325258 (or 0x325258) is known color: Casal. HEX triplet: 32, 52 and 58. RGB value is (50,82,88). Sum of RGB (Red+Green+Blue) = 50+82+88=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 88 - color contains mainly: blue. Hex color #325258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325258 is #CDADA7. Grayscale: #494949. Windows color (decimal): -13479336 or 5788210. OLE color: 5788210.

HSL color Cylindrical-coordinate representation of color #325258: hue angle of 189.47º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #325258 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 82 88 -
CMYK 0.43 0.07 0 0.65
HSL 189.47º 0.28% 0.27% -
HSV(B) 189.47º 0.43% 0.35% -
XYZ 6.09 7.42 10.34 -
YUV 73.12 136.4 111.51 -
System Red Green Blue C M Y K H S L
Decimal 50 82 88 0.43 0.07 0 0.65 189.47 0.28 0.27
Hex 32 52 58 2B 7 0 41 BD 1C 1B
Octal 62 122 130 53 7 0 101 275 34 33
Binary 110010 1010010 1011000 101011 111 0 1000001 10111101 11100 11011

Color Harmonies of #325258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325258

Black with #325258

Text Example


Text Example

White with #325258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325258; }

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

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

background-color css

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

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

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

border-color css

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

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

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