#307475

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

Shades of Atoll #307475

Tints of Atoll #307475

Color information

#307475 (or 0x307475) is unknown color: approx Atoll. HEX triplet: 30, 74 and 75. RGB value is (48,116,117). Sum of RGB (Red+Green+Blue) = 48+116+117=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 117 - color contains mainly: blue. Hex color #307475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307475 is #CF8B8A. Grayscale: #5F5F5F. Windows color (decimal): -13601675 or 7697456. OLE color: 7697456.

HSL color Cylindrical-coordinate representation of color #307475: hue angle of 180.87º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307475 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB48116117-
CMYK0.590.0100.54
HSL180.87º41.82%32.35%-
HSV(B)180.87º58.97%45.88%-
XYZ10.6814.419.05-
YUV95.78139.9793.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.08%
GREEN value IS 116 (45.70% from 255) = 41.28%
BLUE value IS 117 (46.09% from 255) = 41.64%
R=17.08%
G=41.28%
B=41.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal481161170.590.0100.54180.8741.8232.35
Hex3074753B1036b52a20
Octal601641657310662655240
Binary110000111010011101011110111011011010110101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307475; }

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

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

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

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

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

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

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

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