#378083

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

Shades of Atoll #378083

Tints of Atoll #378083

Color information

#378083 (or 0x378083) is unknown color: approx Atoll. HEX triplet: 37, 80 and 83. RGB value is (55,128,131). Sum of RGB (Red+Green+Blue) = 55+128+131=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 131 - color contains mainly: blue. Hex color #378083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378083 is #C87F7C. Grayscale: #6A6A6A. Windows color (decimal): -13139837 or 8618039. OLE color: 8618039.

HSL color Cylindrical-coordinate representation of color #378083: hue angle of 182.37º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378083 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB55128131-
CMYK0.580.0200.49
HSL182.37º40.86%36.47%-
HSV(B)182.37º58.02%51.37%-
XYZ13.3917.8924.22-
YUV106.51141.8291.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.52%
GREEN value IS 128 (50.39% from 255) = 40.76%
BLUE value IS 131 (51.56% from 255) = 41.72%
R=17.52%
G=40.76%
B=41.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551281310.580.0200.49182.3740.8636.47
Hex3780833A2031b62924
Octal672002037220612665144
Binary110111100000001000001111101010011000110110110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378083; }

 p { color: rgb(55,128,131); }

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

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

 a { background-color: rgb(55,128,131); }

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

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

 span { border-color: rgb(55,128,131); }

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