#305560

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

Shades of Casal #305560

Tints of Casal #305560

Color information

#305560 (or 0x305560) is unknown color: approx Casal. HEX triplet: 30, 55 and 60. RGB value is (48,85,96). Sum of RGB (Red+Green+Blue) = 48+85+96=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 85 (33.59% from 255 or 37.12% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 96 - color contains mainly: blue. Hex color #305560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305560 is #CFAA9F. Grayscale: #4B4B4B. Windows color (decimal): -13609632 or 6313264. OLE color: 6313264.

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

Color convert

RGB488596-
CMYK0.500.1100.62
HSL193.75º33.33%28.24%-
HSV(B)193.75º50%37.65%-
XYZ6.587.9712.26-
YUV75.19139.74108.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.96%
GREEN value IS 85 (33.59% from 255) = 37.12%
BLUE value IS 96 (37.89% from 255) = 41.92%
R=20.96%
G=37.12%
B=41.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4885960.500.1100.62193.7533.3328.24
Hex30556032B03Ec2211c
Octal6012514062130763024134
Binary11000010101011100000110010101101111101100001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305560; }

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

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

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

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

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

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

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

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