#307983

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

Shades of Atoll #307983

Tints of Atoll #307983

Color information

#307983 (or 0x307983) is unknown color: approx Atoll. HEX triplet: 30, 79 and 83. RGB value is (48,121,131). Sum of RGB (Red+Green+Blue) = 48+121+131=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 131 - color contains mainly: blue. Hex color #307983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307983 is #CF867C. Grayscale: #646464. Windows color (decimal): -13600381 or 8616240. OLE color: 8616240.

HSL color Cylindrical-coordinate representation of color #307983: hue angle of 187.23º 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 #307983 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB48121131-
CMYK0.630.0800.49
HSL187.23º46.37%35.1%-
HSV(B)187.23º63.36%51.37%-
XYZ12.1515.9423.91-
YUV100.31145.3290.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16%
GREEN value IS 121 (47.66% from 255) = 40.33%
BLUE value IS 131 (51.56% from 255) = 43.67%
R=16%
G=40.33%
B=43.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481211310.630.0800.49187.2346.3735.1
Hex3079833F8031bb2e23
Octal6017120377100612735643
Binary1100001111001100000111111111000011000110111011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307983; }

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

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

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

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

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

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

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

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