#305259

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

Shades of Casal #305259

Tints of Casal #305259

Color information

#305259 (or 0x305259) is unknown color: approx Casal. HEX triplet: 30, 52 and 59. RGB value is (48,82,89). Sum of RGB (Red+Green+Blue) = 48+82+89=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #305259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305259 is #CFADA6. Grayscale: #484848. Windows color (decimal): -13610407 or 5853744. OLE color: 5853744.

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

Color convert

RGB488289-
CMYK0.460.0800.65
HSL190.24º29.93%26.86%-
HSV(B)190.24º46.07%34.9%-
XYZ6.047.3810.56-
YUV72.63137.24110.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.92%
GREEN value IS 82 (32.42% from 255) = 37.44%
BLUE value IS 89 (35.16% from 255) = 40.64%
R=21.92%
G=37.44%
B=40.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4882890.460.0800.65190.2429.9326.86
Hex3052592E8041be1e1b
Octal60122131561001012763633
Binary11000010100101011001101110100001000001101111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305259; }

 p { color: rgb(48,82,89); }

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

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

 a { background-color: rgb(48,82,89); }

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

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

 span { border-color: rgb(48,82,89); }

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