Html Css Color HEX #359DAA Pelorous

📋 copy color: '#359DAA'

red 53 ◦ green 157 ◦ blue 170

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

Shades of Pelorous #359DAA

Tints of Pelorous #359DAA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.32%

 BLUE value IS 170 (66.8% from 255) = 44.74%

R = 13.95%
G = 41.32%
B = 44.74%

CMYK

 C value IS 0.69

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#359DAA (or 0x359DAA) is known color: Pelorous. HEX triplet: 35, 9D and AA. RGB value is (53,157,170). Sum of RGB (Red+Green+Blue) = 53+157+170=380 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.95% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #359DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359DAA is #CA6255. Grayscale: #7F7F7F. Windows color (decimal): -13263446 or 11181365. OLE color: 11181365.

HSL color Cylindrical-coordinate representation of color #359DAA: hue angle of 186.67º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #359DAA is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 157 170 -
CMYK 0.69 0.08 0 0.33
HSL 186.67º 0.52% 0.44% -
HSV(B) 186.67º 0.69% 0.67% -
XYZ 20.78 27.77 42.3 -
YUV 127.39 152.04 74.94 -
System Red Green Blue C M Y K H S L
Decimal 53 157 170 0.69 0.08 0 0.33 186.67 0.52 0.44
Hex 35 9D AA 45 8 0 21 BB 34 2C
Octal 65 235 252 105 10 0 41 273 64 54
Binary 110101 10011101 10101010 1000101 1000 0 100001 10111011 110100 101100

Color Harmonies of #359DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359DAA

Black with #359DAA

Text Example


Text Example

White with #359DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359DAA; }

 p { color: rgb(53,157,170); }

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

background-color css

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

 a { background-color: rgb(53,157,170); }

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

border-color css

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

 span { border-color: rgb(53,157,170); }

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