#359EBD

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

Shades of Pelorous #359EBD

Tints of Pelorous #359EBD

Color information

#359EBD (or 0x359EBD) is unknown color: approx Pelorous. HEX triplet: 35, 9E and BD. RGB value is (53,158,189). Sum of RGB (Red+Green+Blue) = 53+158+189=400 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.25% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #359EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359EBD is #CA6142. Grayscale: #818181. Windows color (decimal): -13263171 or 12426805. OLE color: 12426805.

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

Color convert

RGB53158189-
CMYK0.720.1600.26
HSL193.68º56.2%47.45%-
HSV(B)193.68º71.96%74.12%-
XYZ22.8828.8852.51-
YUV130.14161.2172.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.25%
GREEN value IS 158 (62.11% from 255) = 39.5%
BLUE value IS 189 (74.22% from 255) = 47.25%
R=13.25%
G=39.5%
B=47.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal531581890.720.1600.26193.6856.247.45
Hex359EBD481001Ac2382f
Octal65236275110200323027057
Binary110101100111101011110110010001000001101011000010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,158,189); }

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

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

 a { background-color: rgb(53,158,189); }

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

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

 span { border-color: rgb(53,158,189); }

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