Html Css Color HEX #359DAC Pelorous

📋 copy color: '#359DAC'

red 53 ◦ green 157 ◦ blue 172

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

Shades of Pelorous #359DAC

Tints of Pelorous #359DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 13.87%
G = 41.1%
B = 45.03%

CMYK

 C value IS 0.69

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#359DAC (or 0x359DAC) is known color: Pelorous. HEX triplet: 35, 9D and AC. RGB value is (53,157,172). Sum of RGB (Red+Green+Blue) = 53+157+172=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #359DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359DAC is #CA6253. Grayscale: #7F7F7F. Windows color (decimal): -13263444 or 11312437. OLE color: 11312437.

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

Color convert

RGB 53 157 172 -
CMYK 0.69 0.09 0 0.33
HSL 187.56º 0.53% 0.44% -
HSV(B) 187.56º 0.69% 0.67% -
XYZ 20.97 27.85 43.3 -
YUV 127.61 153.04 74.78 -
System Red Green Blue C M Y K H S L
Decimal 53 157 172 0.69 0.09 0 0.33 187.56 0.53 0.44
Hex 35 9D AC 45 9 0 21 BC 35 2C
Octal 65 235 254 105 11 0 41 274 65 54
Binary 110101 10011101 10101100 1000101 1001 0 100001 10111100 110101 101100

Color Harmonies of #359DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359DAC

Black with #359DAC

Text Example


Text Example

White with #359DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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