#306C75

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

Shades of Atoll #306C75

Tints of Atoll #306C75

Color information

#306C75 (or 0x306C75) is unknown color: approx Atoll. HEX triplet: 30, 6C and 75. RGB value is (48,108,117). Sum of RGB (Red+Green+Blue) = 48+108+117=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #306C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306C75 is #CF938A. Grayscale: #5A5A5A. Windows color (decimal): -13603723 or 7695408. OLE color: 7695408.

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

Color convert

RGB48108117-
CMYK0.590.0800.54
HSL187.83º41.82%32.35%-
HSV(B)187.83º58.97%45.88%-
XYZ9.7912.6418.75-
YUV91.09142.6297.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.58%
GREEN value IS 108 (42.58% from 255) = 39.56%
BLUE value IS 117 (46.09% from 255) = 42.86%
R=17.58%
G=39.56%
B=42.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal481081170.590.0800.54187.8341.8232.35
Hex306C753B8036bc2a20
Octal6015416573100662745240
Binary110000110110011101011110111000011011010111100101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306C75; }

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

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

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

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

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

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

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

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