#307C83

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

Shades of Atoll #307C83

Tints of Atoll #307C83

Color information

#307C83 (or 0x307C83) is unknown color: approx Atoll. HEX triplet: 30, 7C and 83. RGB value is (48,124,131). Sum of RGB (Red+Green+Blue) = 48+124+131=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 131 - color contains mainly: blue. Hex color #307C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307C83 is #CF837C. Grayscale: #656565. Windows color (decimal): -13599613 or 8617008. OLE color: 8617008.

HSL color Cylindrical-coordinate representation of color #307C83: hue angle of 185.06º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #307C83 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB48124131-
CMYK0.630.0500.49
HSL185.06º46.37%35.1%-
HSV(B)185.06º63.36%51.37%-
XYZ12.5216.6824.03-
YUV102.07144.3289.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.84%
GREEN value IS 124 (48.83% from 255) = 40.92%
BLUE value IS 131 (51.56% from 255) = 43.23%
R=15.84%
G=40.92%
B=43.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481241310.630.0500.49185.0646.3735.1
Hex307C833F5031b92e23
Octal601742037750612715643
Binary110000111110010000011111111101011000110111001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,124,131); }

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

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

 a { background-color: rgb(48,124,131); }

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

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

 span { border-color: rgb(48,124,131); }

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