Html Css Color HEX #358085 Atoll

📋 copy color: '#358085'

red 53 ◦ green 128 ◦ blue 133

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

Shades of Atoll #358085

Tints of Atoll #358085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.36%

R = 16.88%
G = 40.76%
B = 42.36%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#358085 (or 0x358085) is known color: Atoll. HEX triplet: 35, 80 and 85. RGB value is (53,128,133). Sum of RGB (Red+Green+Blue) = 53+128+133=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #358085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358085 is #CA7F7A. Grayscale: #6A6A6A. Windows color (decimal): -13270907 or 8749109. OLE color: 8749109.

HSL color Cylindrical-coordinate representation of color #358085: hue angle of 183.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358085 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 128 133 -
CMYK 0.60 0.04 0 0.48
HSL 183.75º 0.43% 0.36% -
HSV(B) 183.75º 0.6% 0.52% -
XYZ 13.42 17.89 24.94 -
YUV 106.15 143.15 90.09 -
System Red Green Blue C M Y K H S L
Decimal 53 128 133 0.60 0.04 0 0.48 183.75 0.43 0.36
Hex 35 80 85 3C 4 0 30 B8 2B 24
Octal 65 200 205 74 4 0 60 270 53 44
Binary 110101 10000000 10000101 111100 100 0 110000 10111000 101011 100100

Color Harmonies of #358085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358085

Black with #358085

Text Example


Text Example

White with #358085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358085; }

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

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

background-color css

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

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

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

border-color css

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

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

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