#359ABA

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

Shades of Pelorous #359ABA

Tints of Pelorous #359ABA

Color information

#359ABA (or 0x359ABA) is unknown color: approx Pelorous. HEX triplet: 35, 9A and BA. RGB value is (53,154,186). Sum of RGB (Red+Green+Blue) = 53+154+186=393 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.49% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #359ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359ABA is #CA6545. Grayscale: #7F7F7F. Windows color (decimal): -13264198 or 12229173. OLE color: 12229173.

HSL color Cylindrical-coordinate representation of color #359ABA: hue angle of 194.44º 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 #359ABA is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB53154186-
CMYK0.720.1700.27
HSL194.44º55.65%46.86%-
HSV(B)194.44º71.51%72.94%-
XYZ21.8927.4150.59-
YUV127.45161.0474.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.49%
GREEN value IS 154 (60.55% from 255) = 39.19%
BLUE value IS 186 (73.05% from 255) = 47.33%
R=13.49%
G=39.19%
B=47.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531541860.720.1700.27194.4455.6546.86
Hex359ABA481101Bc2382f
Octal65232272110210333027057
Binary110101100110101011101010010001000101101111000010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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