#305860

Color #305860 Casal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casal #305860

Tints of Casal #305860

Color information

#305860 (or 0x305860) is unknown color: approx Casal. HEX triplet: 30, 58 and 60. RGB value is (48,88,96). Sum of RGB (Red+Green+Blue) = 48+88+96=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #305860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305860 is #CFA79F. Grayscale: #4C4C4C. Windows color (decimal): -13608864 or 6314032. OLE color: 6314032.

HSL color Cylindrical-coordinate representation of color #305860: hue angle of 190º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #305860 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB488896-
CMYK0.500.0800.62
HSL190º33.33%28.24%-
HSV(B)190º50%37.65%-
XYZ6.828.4512.34-
YUV76.95138.75107.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.69%
GREEN value IS 88 (34.77% from 255) = 37.93%
BLUE value IS 96 (37.89% from 255) = 41.38%
R=20.69%
G=37.93%
B=41.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4888960.500.0800.6219033.3328.24
Hex30586032803Ebe211c
Octal6013014062100762764134
Binary11000010110001100000110010100001111101011111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305860; }

 p { color: rgb(48,88,96); }

 H1.HeaderClassName
 {
   color: #305860;
 }
 .AnyTagClassName
 {
   color: #305860;
 }
</style>
background-color css

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

 a { background-color: rgb(48,88,96); }

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

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

 span { border-color: rgb(48,88,96); }

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