#30757F

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

Shades of Atoll #30757F

Tints of Atoll #30757F

Color information

#30757F (or 0x30757F) is unknown color: approx Atoll. HEX triplet: 30, 75 and 7F. RGB value is (48,117,127). Sum of RGB (Red+Green+Blue) = 48+117+127=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #30757F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30757F is #CF8A80. Grayscale: #616161. Windows color (decimal): -13601409 or 8353072. OLE color: 8353072.

HSL color Cylindrical-coordinate representation of color #30757F: hue angle of 187.59º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30757F is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB48117127-
CMYK0.620.0800.50
HSL187.59º45.14%34.31%-
HSV(B)187.59º62.2%49.8%-
XYZ11.4114.8822.35-
YUV97.51144.6492.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.44%
GREEN value IS 117 (46.09% from 255) = 40.07%
BLUE value IS 127 (50% from 255) = 43.49%
R=16.44%
G=40.07%
B=43.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal481171270.620.0800.50187.5945.1434.31
Hex30757F3E8032bc2d22
Octal6016517776100622745542
Binary110000111010111111111111101000011001010111100101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,117,127); }

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

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

 a { background-color: rgb(48,117,127); }

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

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

 span { border-color: rgb(48,117,127); }

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