#359BAD

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

Shades of Pelorous #359BAD

Tints of Pelorous #359BAD

Color information

#359BAD (or 0x359BAD) is unknown color: approx Pelorous. HEX triplet: 35, 9B and AD. RGB value is (53,155,173). Sum of RGB (Red+Green+Blue) = 53+155+173=381 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.91% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #359BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359BAD is #CA6452. Grayscale: #7E7E7E. Windows color (decimal): -13263955 or 11377461. OLE color: 11377461.

HSL color Cylindrical-coordinate representation of color #359BAD: hue angle of 189º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #359BAD is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB53155173-
CMYK0.690.1000.32
HSL189º53.1%44.31%-
HSV(B)189º69.36%67.84%-
XYZ20.7327.2243.7-
YUV126.55154.2175.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.91%
GREEN value IS 155 (60.94% from 255) = 40.68%
BLUE value IS 173 (67.97% from 255) = 45.41%
R=13.91%
G=40.68%
B=45.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal531551730.690.1000.3218953.144.31
Hex359BAD45A020bd352c
Octal65233255105120402756554
Binary110101100110111010110110001011010010000010111101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,155,173); }

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

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

 a { background-color: rgb(53,155,173); }

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

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

 span { border-color: rgb(53,155,173); }

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