#359FAF

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

Shades of Pelorous #359FAF

Tints of Pelorous #359FAF

Color information

#359FAF (or 0x359FAF) is unknown color: approx Pelorous. HEX triplet: 35, 9F and AF. RGB value is (53,159,175). Sum of RGB (Red+Green+Blue) = 53+159+175=387 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.70% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #359FAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359FAF is #CA6050. Grayscale: #808080. Windows color (decimal): -13262929 or 11509557. OLE color: 11509557.

HSL color Cylindrical-coordinate representation of color #359FAF: hue angle of 187.87º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #359FAF is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB53159175-
CMYK0.700.0900.31
HSL187.87º53.51%44.71%-
HSV(B)187.87º69.71%68.63%-
XYZ21.628.6544.95-
YUV129.13153.8873.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.70%
GREEN value IS 159 (62.5% from 255) = 41.09%
BLUE value IS 175 (68.75% from 255) = 45.22%
R=13.70%
G=41.09%
B=45.22%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal531591750.700.0900.31187.8753.5144.71
Hex359FAF46901Fbc362d
Octal65237257106110372746655
Binary11010110011111101011111000110100101111110111100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,159,175); }

 H1.HeaderClassName
 {
   color: #359FAF;
 }
 .AnyTagClassName
 {
   color: #359FAF;
 }
</style>
background-color css

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

 a { background-color: rgb(53,159,175); }

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

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

 span { border-color: rgb(53,159,175); }

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