#359FC3

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

Shades of Pelorous #359FC3

Tints of Pelorous #359FC3

Color information

#359FC3 (or 0x359FC3) is unknown color: approx Pelorous. HEX triplet: 35, 9F and C3. RGB value is (53,159,195). Sum of RGB (Red+Green+Blue) = 53+159+195=407 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.02% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 195 (76.56% from 255 or 47.91% from 407); Max value from RGB is 195 - color contains mainly: blue. Hex color #359FC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359FC3 is #CA603C. Grayscale: #838383. Windows color (decimal): -13262909 or 12820277. OLE color: 12820277.

HSL color Cylindrical-coordinate representation of color #359FC3: hue angle of 195.21º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #359FC3 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB53159195-
CMYK0.730.1800.24
HSL195.21º57.26%48.63%-
HSV(B)195.21º72.82%76.47%-
XYZ23.7229.4956.07-
YUV131.41163.8872.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.02%
GREEN value IS 159 (62.5% from 255) = 39.07%
BLUE value IS 195 (76.56% from 255) = 47.91%
R=13.02%
G=39.07%
B=47.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal531591950.730.1800.24195.2157.2648.63
Hex359FC34912018c33931
Octal65237303111220303037161
Binary110101100111111100001110010011001001100011000011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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