#30585F

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

Shades of Casal #30585F

Tints of Casal #30585F

Color information

#30585F (or 0x30585F) is unknown color: approx Casal. HEX triplet: 30, 58 and 5F. RGB value is (48,88,95). Sum of RGB (Red+Green+Blue) = 48+88+95=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 95 - color contains mainly: blue. Hex color #30585F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30585F is #CFA7A0. Grayscale: #4C4C4C. Windows color (decimal): -13608865 or 6248496. OLE color: 6248496.

HSL color Cylindrical-coordinate representation of color #30585F: hue angle of 188.94º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #30585F is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB488895-
CMYK0.490.0700.63
HSL188.94º32.87%28.04%-
HSV(B)188.94º49.47%37.25%-
XYZ6.778.4312.1-
YUV76.84138.25107.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.78%
GREEN value IS 88 (34.77% from 255) = 38.10%
BLUE value IS 95 (37.5% from 255) = 41.13%
R=20.78%
G=38.10%
B=41.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4888950.490.0700.63188.9432.8728.04
Hex30585F31703Fbd211c
Octal601301376170772754134
Binary1100001011000101111111000111101111111011110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30585F; }

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

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

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

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

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

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

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

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