Html Css Color HEX #357982 Atoll

📋 copy color: '#357982'

red 53 ◦ green 121 ◦ blue 130

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

Shades of Atoll #357982

Tints of Atoll #357982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.8%

 BLUE value IS 130 (51.17% from 255) = 42.76%

R = 17.43%
G = 39.8%
B = 42.76%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#357982 (or 0x357982) is known color: Atoll. HEX triplet: 35, 79 and 82. RGB value is (53,121,130). Sum of RGB (Red+Green+Blue) = 53+121+130=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #357982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357982 is #CA867D. Grayscale: #656565. Windows color (decimal): -13272702 or 8550709. OLE color: 8550709.

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

Color convert

RGB 53 121 130 -
CMYK 0.59 0.07 0 0.49
HSL 187.01º 0.42% 0.36% -
HSV(B) 187.01º 0.59% 0.51% -
XYZ 12.33 16.04 23.57 -
YUV 101.69 143.97 93.27 -
System Red Green Blue C M Y K H S L
Decimal 53 121 130 0.59 0.07 0 0.49 187.01 0.42 0.36
Hex 35 79 82 3B 7 0 31 BB 2A 24
Octal 65 171 202 73 7 0 61 273 52 44
Binary 110101 1111001 10000010 111011 111 0 110001 10111011 101010 100100

Color Harmonies of #357982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357982

Black with #357982

Text Example


Text Example

White with #357982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357982; }

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

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

background-color css

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

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

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

border-color css

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

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

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