#30535A

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

Shades of Casal #30535A

Tints of Casal #30535A

Color information

#30535A (or 0x30535A) is unknown color: approx Casal. HEX triplet: 30, 53 and 5A. RGB value is (48,83,90). Sum of RGB (Red+Green+Blue) = 48+83+90=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 90 - color contains mainly: blue. Hex color #30535A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30535A is #CFACA5. Grayscale: #494949. Windows color (decimal): -13610150 or 5919536. OLE color: 5919536.

HSL color Cylindrical-coordinate representation of color #30535A: hue angle of 190º 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 #30535A is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB488390-
CMYK0.470.0800.65
HSL190º30.43%27.06%-
HSV(B)190º46.67%35.29%-
XYZ6.167.5510.81-
YUV73.33137.4109.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.72%
GREEN value IS 83 (32.81% from 255) = 37.56%
BLUE value IS 90 (35.55% from 255) = 40.72%
R=21.72%
G=37.56%
B=40.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4883900.470.0800.6519030.4327.06
Hex30535A2F8041be1e1b
Octal60123132571001012763633
Binary11000010100111011010101111100001000001101111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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