#359FAB

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

Shades of Pelorous #359FAB

Tints of Pelorous #359FAB

Color information

#359FAB (or 0x359FAB) is unknown color: approx Pelorous. HEX triplet: 35, 9F and AB. RGB value is (53,159,171). Sum of RGB (Red+Green+Blue) = 53+159+171=383 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.84% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #359FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359FAB is #CA6054. Grayscale: #808080. Windows color (decimal): -13262933 or 11247413. OLE color: 11247413.

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

Color convert

RGB53159171-
CMYK0.690.0700.33
HSL186.1º52.68%43.92%-
HSV(B)186.1º69.01%67.06%-
XYZ21.2228.4942.91-
YUV128.67151.8874.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.84%
GREEN value IS 159 (62.5% from 255) = 41.51%
BLUE value IS 171 (67.19% from 255) = 44.65%
R=13.84%
G=41.51%
B=44.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531591710.690.0700.33186.152.6843.92
Hex359FAB457021ba352c
Octal6523725310570412726554
Binary11010110011111101010111000101111010000110111010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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