#307E8A

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

Shades of Atoll #307E8A

Tints of Atoll #307E8A

Color information

#307E8A (or 0x307E8A) is unknown color: approx Atoll. HEX triplet: 30, 7E and 8A. RGB value is (48,126,138). Sum of RGB (Red+Green+Blue) = 48+126+138=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 138 - color contains mainly: blue. Hex color #307E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307E8A is #CF8175. Grayscale: #676767. Windows color (decimal): -13599094 or 9076272. OLE color: 9076272.

HSL color Cylindrical-coordinate representation of color #307E8A: hue angle of 188º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #307E8A is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB48126138-
CMYK0.650.0900.46
HSL188º48.39%36.47%-
HSV(B)188º65.22%54.12%-
XYZ13.2717.3926.7-
YUV104.05147.1688.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.38%
GREEN value IS 126 (49.61% from 255) = 40.38%
BLUE value IS 138 (54.30% from 255) = 44.23%
R=15.38%
G=40.38%
B=44.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481261380.650.0900.4618848.3936.47
Hex307E8A41902Ebc3024
Octal60176212101110562746044
Binary11000011111101000101010000011001010111010111100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307E8A; }

 p { color: rgb(48,126,138); }

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

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

 a { background-color: rgb(48,126,138); }

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

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

 span { border-color: rgb(48,126,138); }

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