#30515A

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

Shades of Casal #30515A

Tints of Casal #30515A

Color information

#30515A (or 0x30515A) is unknown color: approx Casal. HEX triplet: 30, 51 and 5A. RGB value is (48,81,90). Sum of RGB (Red+Green+Blue) = 48+81+90=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 90 - color contains mainly: blue. Hex color #30515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30515A is #CFAEA5. Grayscale: #484848. Windows color (decimal): -13610662 or 5919024. OLE color: 5919024.

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

Color convert

RGB488190-
CMYK0.470.100.65
HSL192.86º30.43%27.06%-
HSV(B)192.86º46.67%35.29%-
XYZ6.017.2510.76-
YUV72.16138.07110.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.92%
GREEN value IS 81 (32.03% from 255) = 36.99%
BLUE value IS 90 (35.55% from 255) = 41.10%
R=21.92%
G=36.99%
B=41.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4881900.470.100.65192.8630.4327.06
Hex30515A2FA041c11e1b
Octal60121132571201013013633
Binary11000010100011011010101111101001000001110000011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30515A; }

 p { color: rgb(48,81,90); }

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

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

 a { background-color: rgb(48,81,90); }

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

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

 span { border-color: rgb(48,81,90); }

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