Html Css Color HEX #325058 Casal

📋 copy color: '#325058'

red 50 ◦ green 80 ◦ blue 88

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

Shades of Casal #325058

Tints of Casal #325058

RGB

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

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

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

R = 22.94%
G = 36.7%
B = 40.37%

CMYK

 C value IS 0.43

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#325058 (or 0x325058) is known color: Casal. HEX triplet: 32, 50 and 58. RGB value is (50,80,88). Sum of RGB (Red+Green+Blue) = 50+80+88=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 88 - color contains mainly: blue. Hex color #325058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325058 is #CDAFA7. Grayscale: #474747. Windows color (decimal): -13479848 or 5787698. OLE color: 5787698.

HSL color Cylindrical-coordinate representation of color #325058: hue angle of 192.63º 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 #325058 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 80 88 -
CMYK 0.43 0.09 0 0.65
HSL 192.63º 0.28% 0.27% -
HSV(B) 192.63º 0.43% 0.35% -
XYZ 5.95 7.12 10.29 -
YUV 71.94 137.06 112.35 -
System Red Green Blue C M Y K H S L
Decimal 50 80 88 0.43 0.09 0 0.65 192.63 0.28 0.27
Hex 32 50 58 2B 9 0 41 C1 1C 1B
Octal 62 120 130 53 11 0 101 301 34 33
Binary 110010 1010000 1011000 101011 1001 0 1000001 11000001 11100 11011

Color Harmonies of #325058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325058

Black with #325058

Text Example


Text Example

White with #325058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325058; }

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

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

background-color css

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

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

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

border-color css

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

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

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