#359FBA

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

Shades of Pelorous #359FBA

Tints of Pelorous #359FBA

Color information

#359FBA (or 0x359FBA) is unknown color: approx Pelorous. HEX triplet: 35, 9F and BA. RGB value is (53,159,186). Sum of RGB (Red+Green+Blue) = 53+159+186=398 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.32% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #359FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359FBA is #CA6045. Grayscale: #828282. Windows color (decimal): -13262918 or 12230453. OLE color: 12230453.

HSL color Cylindrical-coordinate representation of color #359FBA: hue angle of 192.18º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #359FBA is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB53159186-
CMYK0.720.1500.27
HSL192.18º55.65%46.86%-
HSV(B)192.18º71.51%72.94%-
XYZ22.7329.150.87-
YUV130.38159.3872.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.32%
GREEN value IS 159 (62.5% from 255) = 39.95%
BLUE value IS 186 (73.05% from 255) = 46.73%
R=13.32%
G=39.95%
B=46.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531591860.720.1500.27192.1855.6546.86
Hex359FBA48F01Bc0382f
Octal65237272110170333007057
Binary11010110011111101110101001000111101101111000000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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