#359FB3

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

Shades of Pelorous #359FB3

Tints of Pelorous #359FB3

Color information

#359FB3 (or 0x359FB3) is unknown color: approx Pelorous. HEX triplet: 35, 9F and B3. RGB value is (53,159,179). Sum of RGB (Red+Green+Blue) = 53+159+179=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 179 (70.31% from 255 or 45.78% from 391); Max value from RGB is 179 - color contains mainly: blue. Hex color #359FB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359FB3 is #CA604C. Grayscale: #818181. Windows color (decimal): -13262925 or 11771701. OLE color: 11771701.

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

Color convert

RGB53159179-
CMYK0.700.1100.30
HSL189.52º54.31%45.49%-
HSV(B)189.52º70.39%70.2%-
XYZ2228.8147.05-
YUV129.59155.8873.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.55%
GREEN value IS 159 (62.5% from 255) = 40.66%
BLUE value IS 179 (70.31% from 255) = 45.78%
R=13.55%
G=40.66%
B=45.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal531591790.700.1100.30189.5254.3145.49
Hex359FB346B01Ebe362d
Octal65237263106130362766655
Binary11010110011111101100111000110101101111010111110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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