#359DB1

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

Shades of Pelorous #359DB1

Tints of Pelorous #359DB1

Color information

#359DB1 (or 0x359DB1) is unknown color: approx Pelorous. HEX triplet: 35, 9D and B1. RGB value is (53,157,177). Sum of RGB (Red+Green+Blue) = 53+157+177=387 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.70% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 177 (69.53% from 255 or 45.74% from 387); Max value from RGB is 177 - color contains mainly: blue. Hex color #359DB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359DB1 is #CA624E. Grayscale: #808080. Windows color (decimal): -13263439 or 11640117. OLE color: 11640117.

HSL color Cylindrical-coordinate representation of color #359DB1: hue angle of 189.68º 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 #359DB1 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB53157177-
CMYK0.700.1100.31
HSL189.68º53.91%45.1%-
HSV(B)189.68º70.06%69.41%-
XYZ21.4628.0545.88-
YUV128.18155.5474.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.70%
GREEN value IS 157 (61.72% from 255) = 40.57%
BLUE value IS 177 (69.53% from 255) = 45.74%
R=13.70%
G=40.57%
B=45.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal531571770.700.1100.31189.6853.9145.1
Hex359DB146B01Fbe362d
Octal65235261106130372766655
Binary11010110011101101100011000110101101111110111110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,157,177); }

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

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

 a { background-color: rgb(53,157,177); }

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

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

 span { border-color: rgb(53,157,177); }

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