#306F7B

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

Shades of Atoll #306F7B

Tints of Atoll #306F7B

Color information

#306F7B (or 0x306F7B) is unknown color: approx Atoll. HEX triplet: 30, 6F and 7B. RGB value is (48,111,123). Sum of RGB (Red+Green+Blue) = 48+111+123=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 123 - color contains mainly: blue. Hex color #306F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F7B is #CF9084. Grayscale: #5D5D5D. Windows color (decimal): -13602949 or 8089392. OLE color: 8089392.

HSL color Cylindrical-coordinate representation of color #306F7B: hue angle of 189.6º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #306F7B is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB48111123-
CMYK0.610.1000.52
HSL189.6º43.86%33.53%-
HSV(B)189.6º60.98%48.24%-
XYZ10.4813.4320.78-
YUV93.53144.6395.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.02%
GREEN value IS 111 (43.75% from 255) = 39.36%
BLUE value IS 123 (48.44% from 255) = 43.62%
R=17.02%
G=39.36%
B=43.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal481111230.610.1000.52189.643.8633.53
Hex306F7B3DA034be2c22
Octal6015717375120642765442
Binary110000110111111110111111011010011010010111110101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,111,123); }

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

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

 a { background-color: rgb(48,111,123); }

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

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

 span { border-color: rgb(48,111,123); }

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