Html Css Color HEX #358082 Atoll

📋 copy color: '#358082'

red 53 ◦ green 128 ◦ blue 130

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

Shades of Atoll #358082

Tints of Atoll #358082

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.16%

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

R = 17.04%
G = 41.16%
B = 41.8%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#358082 (or 0x358082) is known color: Atoll. HEX triplet: 35, 80 and 82. RGB value is (53,128,130). Sum of RGB (Red+Green+Blue) = 53+128+130=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 130 - color contains mainly: blue. Hex color #358082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358082 is #CA7F7D. Grayscale: #696969. Windows color (decimal): -13270910 or 8552501. OLE color: 8552501.

HSL color Cylindrical-coordinate representation of color #358082: hue angle of 181.56º 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 #358082 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 128 130 -
CMYK 0.59 0.02 0 0.49
HSL 181.56º 0.42% 0.36% -
HSV(B) 181.56º 0.59% 0.51% -
XYZ 13.22 17.81 23.86 -
YUV 105.8 141.65 90.34 -
System Red Green Blue C M Y K H S L
Decimal 53 128 130 0.59 0.02 0 0.49 181.56 0.42 0.36
Hex 35 80 82 3B 2 0 31 B6 2A 24
Octal 65 200 202 73 2 0 61 266 52 44
Binary 110101 10000000 10000010 111011 10 0 110001 10110110 101010 100100

Color Harmonies of #358082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358082

Black with #358082

Text Example


Text Example

White with #358082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358082; }

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

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

background-color css

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

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

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

border-color css

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

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

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