#307783

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

Shades of Atoll #307783

Tints of Atoll #307783

Color information

#307783 (or 0x307783) is unknown color: approx Atoll. HEX triplet: 30, 77 and 83. RGB value is (48,119,131). Sum of RGB (Red+Green+Blue) = 48+119+131=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 131 - color contains mainly: blue. Hex color #307783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307783 is #CF887C. Grayscale: #636363. Windows color (decimal): -13600893 or 8615728. OLE color: 8615728.

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

Color convert

RGB48119131-
CMYK0.630.0900.49
HSL188.67º46.37%35.1%-
HSV(B)188.67º63.36%51.37%-
XYZ11.9115.4623.83-
YUV99.14145.9891.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.11%
GREEN value IS 119 (46.88% from 255) = 39.93%
BLUE value IS 131 (51.56% from 255) = 43.96%
R=16.11%
G=39.93%
B=43.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481191310.630.0900.49188.6746.3735.1
Hex3077833F9031bd2e23
Octal6016720377110612755643
Binary1100001110111100000111111111001011000110111101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307783; }

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

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

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

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

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

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

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

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