#30747E

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

Shades of Atoll #30747E

Tints of Atoll #30747E

Color information

#30747E (or 0x30747E) is unknown color: approx Atoll. HEX triplet: 30, 74 and 7E. RGB value is (48,116,126). Sum of RGB (Red+Green+Blue) = 48+116+126=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 126 - color contains mainly: blue. Hex color #30747E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30747E is #CF8B81. Grayscale: #606060. Windows color (decimal): -13601666 or 8287280. OLE color: 8287280.

HSL color Cylindrical-coordinate representation of color #30747E: hue angle of 187.69º 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 #30747E is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB48116126-
CMYK0.620.0800.51
HSL187.69º44.83%34.12%-
HSV(B)187.69º61.9%49.41%-
XYZ11.2314.6321.97-
YUV96.81144.4793.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.55%
GREEN value IS 116 (45.70% from 255) = 40%
BLUE value IS 126 (49.61% from 255) = 43.45%
R=16.55%
G=40%
B=43.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal481161260.620.0800.51187.6944.8334.12
Hex30747E3E8033bc2d22
Octal6016417676100632745542
Binary110000111010011111101111101000011001110111100101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30747E; }

 p { color: rgb(48,116,126); }

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

<style>
 a { background-color: #30747E; }

 a { background-color: rgb(48,116,126); }

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

<style>
 span { border-color: #30747E; }

 span { border-color: rgb(48,116,126); }

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