#306F7A

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

Shades of Atoll #306F7A

Tints of Atoll #306F7A

Color information

#306F7A (or 0x306F7A) is unknown color: approx Atoll. HEX triplet: 30, 6F and 7A. RGB value is (48,111,122). Sum of RGB (Red+Green+Blue) = 48+111+122=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 122 - color contains mainly: blue. Hex color #306F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F7A is #CF9085. Grayscale: #5D5D5D. Windows color (decimal): -13602950 or 8023856. OLE color: 8023856.

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

Color convert

RGB48111122-
CMYK0.610.0900.52
HSL188.92º43.53%33.33%-
HSV(B)188.92º60.66%47.84%-
XYZ10.4213.420.45-
YUV93.42144.1395.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.08%
GREEN value IS 111 (43.75% from 255) = 39.50%
BLUE value IS 122 (48.05% from 255) = 43.42%
R=17.08%
G=39.50%
B=43.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal481111220.610.0900.52188.9243.5333.33
Hex306F7A3D9034bd2c21
Octal6015717275110642755441
Binary110000110111111110101111011001011010010111101101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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