#358283

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

Shades of Atoll #358283

Tints of Atoll #358283

Color information

#358283 (or 0x358283) is unknown color: approx Atoll. HEX triplet: 35, 82 and 83. RGB value is (53,130,131). Sum of RGB (Red+Green+Blue) = 53+130+131=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 130 (51.17% from 255 or 41.40% 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 #358283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358283 is #CA7D7C. Grayscale: #6B6B6B. Windows color (decimal): -13270397 or 8618549. OLE color: 8618549.

HSL color Cylindrical-coordinate representation of color #358283: hue angle of 180.77º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358283 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB53130131-
CMYK0.600.0100.49
HSL180.77º42.39%36.08%-
HSV(B)180.77º59.54%51.37%-
XYZ13.5518.3624.3-
YUV107.09141.4989.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.88%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 131 (51.56% from 255) = 41.72%
R=16.88%
G=41.40%
B=41.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531301310.600.0100.49180.7742.3936.08
Hex3582833C1031b52a24
Octal652022037410612655244
Binary11010110000010100000111111001011000110110101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358283; }

 p { color: rgb(53,130,131); }

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

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

 a { background-color: rgb(53,130,131); }

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

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

 span { border-color: rgb(53,130,131); }

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