Html Css Color HEX #358283 Atoll

📋 copy color: '#358283'

red 53 ◦ green 130 ◦ blue 131

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

Shades of Atoll #358283

Tints of Atoll #358283

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.4%

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

R = 16.88%
G = 41.4%
B = 41.72%

CMYK

 C value IS 0.60

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#358283 (or 0x358283) is known color: Atoll. HEX triplet: 35, 82 and 83. RGB value is (53,130,131). Sum of RGB (Red+Green+Blue) = 53+130+131=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 131 - color contains mainly: blue. Hex color #358283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358283 is #CA7D7C. Grayscale: #6B6B6B. Windows color (decimal): -13270397 or 8618549. OLE color: 8618549.

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

Color convert

RGB 53 130 131 -
CMYK 0.60 0.01 0 0.49
HSL 180.77º 0.42% 0.36% -
HSV(B) 180.77º 0.6% 0.51% -
XYZ 13.55 18.36 24.3 -
YUV 107.09 141.49 89.42 -
System Red Green Blue C M Y K H S L
Decimal 53 130 131 0.60 0.01 0 0.49 180.77 0.42 0.36
Hex 35 82 83 3C 1 0 31 B5 2A 24
Octal 65 202 203 74 1 0 61 265 52 44
Binary 110101 10000010 10000011 111100 1 0 110001 10110101 101010 100100

Color Harmonies of #358283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358283

Black with #358283

Text Example


Text Example

White with #358283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358283; }

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

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

background-color css

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

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

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

border-color css

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

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

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