#307683

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

Shades of Atoll #307683

Tints of Atoll #307683

Color information

#307683 (or 0x307683) is unknown color: approx Atoll. HEX triplet: 30, 76 and 83. RGB value is (48,118,131). Sum of RGB (Red+Green+Blue) = 48+118+131=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 131 - color contains mainly: blue. Hex color #307683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307683 is #CF897C. Grayscale: #626262. Windows color (decimal): -13601149 or 8615472. OLE color: 8615472.

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

Color convert

RGB48118131-
CMYK0.630.1000.49
HSL189.4º46.37%35.1%-
HSV(B)189.4º63.36%51.37%-
XYZ11.7915.2223.79-
YUV98.55146.3191.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.16%
GREEN value IS 118 (46.48% from 255) = 39.73%
BLUE value IS 131 (51.56% from 255) = 44.11%
R=16.16%
G=39.73%
B=44.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481181310.630.1000.49189.446.3735.1
Hex3076833FA031bd2e23
Octal6016620377120612755643
Binary1100001110110100000111111111010011000110111101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307683; }

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

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

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

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

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

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

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

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