Html Css Color HEX #357B86 Atoll

📋 copy color: '#357B86'

red 53 ◦ green 123 ◦ blue 134

#357B86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atoll #357B86

Tints of Atoll #357B86

RGB

 RED value IS 53 (21.09% from 255) = 17.1%

 GREEN value IS 123 (48.44% from 255) = 39.68%

 BLUE value IS 134 (52.73% from 255) = 43.23%

R = 17.1%
G = 39.68%
B = 43.23%

CMYK

 C value IS 0.60

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#357B86 (or 0x357B86) is known color: Atoll. HEX triplet: 35, 7B and 86. RGB value is (53,123,134). Sum of RGB (Red+Green+Blue) = 53+123+134=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 134 - color contains mainly: blue. Hex color #357B86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357B86 is #CA8479. Grayscale: #676767. Windows color (decimal): -13272186 or 8813365. OLE color: 8813365.

HSL color Cylindrical-coordinate representation of color #357B86: hue angle of 188.15º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #357B86 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 123 134 -
CMYK 0.60 0.08 0 0.47
HSL 188.15º 0.43% 0.37% -
HSV(B) 188.15º 0.6% 0.53% -
XYZ 12.85 16.64 25.09 -
YUV 103.32 145.31 92.11 -
System Red Green Blue C M Y K H S L
Decimal 53 123 134 0.60 0.08 0 0.47 188.15 0.43 0.37
Hex 35 7B 86 3C 8 0 2F BC 2B 25
Octal 65 173 206 74 10 0 57 274 53 45
Binary 110101 1111011 10000110 111100 1000 0 101111 10111100 101011 100101

Color Harmonies of #357B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357B86

Black with #357B86

Text Example


Text Example

White with #357B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #357B86;
 }
 .AnyTagClassName
 {
   color: #357B86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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