#30707D

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

Shades of Atoll #30707D

Tints of Atoll #30707D

Color information

#30707D (or 0x30707D) is unknown color: approx Atoll. HEX triplet: 30, 70 and 7D. RGB value is (48,112,125). Sum of RGB (Red+Green+Blue) = 48+112+125=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 125 - color contains mainly: blue. Hex color #30707D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30707D is #CF8F82. Grayscale: #5E5E5E. Windows color (decimal): -13602691 or 8220720. OLE color: 8220720.

HSL color Cylindrical-coordinate representation of color #30707D: hue angle of 190.13º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30707D is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB48112125-
CMYK0.620.1000.51
HSL190.13º44.51%33.92%-
HSV(B)190.13º61.6%49.02%-
XYZ10.7113.721.48-
YUV94.35145.394.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.84%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 125 (49.22% from 255) = 43.86%
R=16.84%
G=39.30%
B=43.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal481121250.620.1000.51190.1344.5133.92
Hex30707D3EA033be2d22
Octal6016017576120632765542
Binary110000111000011111011111101010011001110111110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30707D; }

 p { color: rgb(48,112,125); }

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

<style>
 a { background-color: #30707D; }

 a { background-color: rgb(48,112,125); }

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

<style>
 span { border-color: #30707D; }

 span { border-color: rgb(48,112,125); }

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