#357B83

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

Shades of Atoll #357B83

Tints of Atoll #357B83

Color information

#357B83 (or 0x357B83) is unknown color: approx Atoll. HEX triplet: 35, 7B and 83. RGB value is (53,123,131). Sum of RGB (Red+Green+Blue) = 53+123+131=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 131 - color contains mainly: blue. Hex color #357B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357B83 is #CA847C. Grayscale: #666666. Windows color (decimal): -13272189 or 8616757. OLE color: 8616757.

HSL color Cylindrical-coordinate representation of color #357B83: hue angle of 186.15º 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 #357B83 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB53123131-
CMYK0.600.0600.49
HSL186.15º42.39%36.08%-
HSV(B)186.15º59.54%51.37%-
XYZ12.6516.5624-
YUV102.98143.8192.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.26%
GREEN value IS 123 (48.44% from 255) = 40.07%
BLUE value IS 131 (51.56% from 255) = 42.67%
R=17.26%
G=40.07%
B=42.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531231310.600.0600.49186.1542.3936.08
Hex357B833C6031ba2a24
Octal651732037460612725244
Binary110101111101110000011111100110011000110111010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357B83; }

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

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

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

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

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

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

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

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