Html Css Color HEX #359DAE Pelorous

📋 copy color: '#359DAE'

red 53 ◦ green 157 ◦ blue 174

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

Shades of Pelorous #359DAE

Tints of Pelorous #359DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.31%

R = 13.8%
G = 40.89%
B = 45.31%

CMYK

 C value IS 0.70

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#359DAE (or 0x359DAE) is known color: Pelorous. HEX triplet: 35, 9D and AE. RGB value is (53,157,174). Sum of RGB (Red+Green+Blue) = 53+157+174=384 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.80% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #359DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359DAE is #CA6251. Grayscale: #7F7F7F. Windows color (decimal): -13263442 or 11443509. OLE color: 11443509.

HSL color Cylindrical-coordinate representation of color #359DAE: hue angle of 188.43º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #359DAE is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 157 174 -
CMYK 0.70 0.10 0 0.32
HSL 188.43º 0.53% 0.45% -
HSV(B) 188.43º 0.7% 0.68% -
XYZ 21.17 27.93 44.32 -
YUV 127.84 154.04 74.62 -
System Red Green Blue C M Y K H S L
Decimal 53 157 174 0.70 0.10 0 0.32 188.43 0.53 0.45
Hex 35 9D AE 46 A 0 20 BC 35 2D
Octal 65 235 256 106 12 0 40 274 65 55
Binary 110101 10011101 10101110 1000110 1010 0 100000 10111100 110101 101101

Color Harmonies of #359DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359DAE

Black with #359DAE

Text Example


Text Example

White with #359DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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