#307175

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

Shades of Atoll #307175

Tints of Atoll #307175

Color information

#307175 (or 0x307175) is unknown color: approx Atoll. HEX triplet: 30, 71 and 75. RGB value is (48,113,117). Sum of RGB (Red+Green+Blue) = 48+113+117=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #307175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307175 is #CF8E8A. Grayscale: #5D5D5D. Windows color (decimal): -13602443 or 7696688. OLE color: 7696688.

HSL color Cylindrical-coordinate representation of color #307175: hue angle of 183.48º 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 #307175 is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB48113117-
CMYK0.590.0300.54
HSL183.48º41.82%32.35%-
HSV(B)183.48º58.97%45.88%-
XYZ10.3313.7218.93-
YUV94.02140.9795.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.27%
GREEN value IS 113 (44.53% from 255) = 40.65%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=17.27%
G=40.65%
B=42.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal481131170.590.0300.54183.4841.8232.35
Hex3071753B3036b72a20
Octal601611657330662675240
Binary1100001110001111010111101111011011010110111101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307175; }

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

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

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

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

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

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

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

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