Html Css Color HEX #359DAB Pelorous

📋 copy color: '#359DAB'

red 53 ◦ green 157 ◦ blue 171

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

Shades of Pelorous #359DAB

Tints of Pelorous #359DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.88%

R = 13.91%
G = 41.21%
B = 44.88%

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

#359DAB (or 0x359DAB) is known color: Pelorous. HEX triplet: 35, 9D and AB. RGB value is (53,157,171). Sum of RGB (Red+Green+Blue) = 53+157+171=381 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.91% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #359DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359DAB is #CA6254. Grayscale: #7F7F7F. Windows color (decimal): -13263445 or 11246901. OLE color: 11246901.

HSL color Cylindrical-coordinate representation of color #359DAB: hue angle of 187.12º degrees, saturation: 0.53, 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 #359DAB is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 157 171 -
CMYK 0.69 0.08 0 0.33
HSL 187.12º 0.53% 0.44% -
HSV(B) 187.12º 0.69% 0.67% -
XYZ 20.88 27.81 42.8 -
YUV 127.5 152.54 74.86 -
System Red Green Blue C M Y K H S L
Decimal 53 157 171 0.69 0.08 0 0.33 187.12 0.53 0.44
Hex 35 9D AB 45 8 0 21 BB 35 2C
Octal 65 235 253 105 10 0 41 273 65 54
Binary 110101 10011101 10101011 1000101 1000 0 100001 10111011 110101 101100

Color Harmonies of #359DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359DAB

Black with #359DAB

Text Example


Text Example

White with #359DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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