#359DAC

Color #359DAC Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #359DAC

Tints of Pelorous #359DAC

Color information

#359DAC (or 0x359DAC) is unknown color: approx 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

RGB53157172-
CMYK0.690.0900.33
HSL187.56º52.89%44.12%-
HSV(B)187.56º69.19%67.45%-
XYZ20.9727.8543.3-
YUV127.61153.0474.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.87%
GREEN value IS 157 (61.72% from 255) = 41.10%
BLUE value IS 172 (67.58% from 255) = 45.03%
R=13.87%
G=41.10%
B=45.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531571720.690.0900.33187.5652.8944.12
Hex359DAC459021bc352c
Octal65235254105110412746554
Binary110101100111011010110010001011001010000110111100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>