#30555F

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

Shades of Casal #30555F

Tints of Casal #30555F

Color information

#30555F (or 0x30555F) is unknown color: approx Casal. HEX triplet: 30, 55 and 5F. RGB value is (48,85,95). Sum of RGB (Red+Green+Blue) = 48+85+95=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 95 - color contains mainly: blue. Hex color #30555F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30555F is #CFAAA0. Grayscale: #4B4B4B. Windows color (decimal): -13609633 or 6247728. OLE color: 6247728.

HSL color Cylindrical-coordinate representation of color #30555F: hue angle of 192.77º 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 #30555F is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB488595-
CMYK0.490.1100.63
HSL192.77º32.87%28.04%-
HSV(B)192.77º49.47%37.25%-
XYZ6.537.9512.02-
YUV75.08139.24108.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.05%
GREEN value IS 85 (33.59% from 255) = 37.28%
BLUE value IS 95 (37.5% from 255) = 41.67%
R=21.05%
G=37.28%
B=41.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4885950.490.1100.63192.7732.8728.04
Hex30555F31B03Fc1211c
Octal6012513761130773014134
Binary11000010101011011111110001101101111111100000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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