#359BBA

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

Shades of Pelorous #359BBA

Tints of Pelorous #359BBA

Color information

#359BBA (or 0x359BBA) is unknown color: approx Pelorous. HEX triplet: 35, 9B and BA. RGB value is (53,155,186). Sum of RGB (Red+Green+Blue) = 53+155+186=394 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.45% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #359BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359BBA is #CA6445. Grayscale: #7F7F7F. Windows color (decimal): -13263942 or 12229429. OLE color: 12229429.

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

Color convert

RGB53155186-
CMYK0.720.1700.27
HSL193.98º55.65%46.86%-
HSV(B)193.98º71.51%72.94%-
XYZ22.0527.7450.65-
YUV128.04160.7174.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.45%
GREEN value IS 155 (60.94% from 255) = 39.34%
BLUE value IS 186 (73.05% from 255) = 47.21%
R=13.45%
G=39.34%
B=47.21%

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
Decimal531551860.720.1700.27193.9855.6546.86
Hex359BBA481101Bc2382f
Octal65233272110210333027057
Binary110101100110111011101010010001000101101111000010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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