Html Css Color HEX #357E83 Atoll

📋 copy color: '#357E83'

red 53 ◦ green 126 ◦ blue 131

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

Shades of Atoll #357E83

Tints of Atoll #357E83

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.65%

 BLUE value IS 131 (51.56% from 255) = 42.26%

R = 17.1%
G = 40.65%
B = 42.26%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#357E83 (or 0x357E83) is known color: Atoll. HEX triplet: 35, 7E and 83. RGB value is (53,126,131). Sum of RGB (Red+Green+Blue) = 53+126+131=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 126 (49.61% from 255 or 40.65% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 131 - color contains mainly: blue. Hex color #357E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357E83 is #CA817C. Grayscale: #686868. Windows color (decimal): -13271421 or 8617525. OLE color: 8617525.

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

Color convert

RGB 53 126 131 -
CMYK 0.60 0.04 0 0.49
HSL 183.85º 0.42% 0.36% -
HSV(B) 183.85º 0.6% 0.51% -
XYZ 13.03 17.32 24.13 -
YUV 104.74 142.82 91.09 -
System Red Green Blue C M Y K H S L
Decimal 53 126 131 0.60 0.04 0 0.49 183.85 0.42 0.36
Hex 35 7E 83 3C 4 0 31 B8 2A 24
Octal 65 176 203 74 4 0 61 270 52 44
Binary 110101 1111110 10000011 111100 100 0 110001 10111000 101010 100100

Color Harmonies of #357E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357E83

Black with #357E83

Text Example


Text Example

White with #357E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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