#359CBB

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

Shades of Pelorous #359CBB

Tints of Pelorous #359CBB

Color information

#359CBB (or 0x359CBB) is unknown color: approx Pelorous. HEX triplet: 35, 9C and BB. RGB value is (53,156,187). Sum of RGB (Red+Green+Blue) = 53+156+187=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #359CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359CBB is #CA6344. Grayscale: #808080. Windows color (decimal): -13263685 or 12295221. OLE color: 12295221.

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

Color convert

RGB53156187-
CMYK0.720.1700.27
HSL193.88º55.83%47.06%-
HSV(B)193.88º71.66%73.33%-
XYZ22.3328.1251.27-
YUV128.74160.8873.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.38%
GREEN value IS 156 (61.33% from 255) = 39.39%
BLUE value IS 187 (73.44% from 255) = 47.22%
R=13.38%
G=39.39%
B=47.22%

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
Decimal531561870.720.1700.27193.8855.8347.06
Hex359CBB481101Bc2382f
Octal65234273110210333027057
Binary110101100111001011101110010001000101101111000010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,156,187); }

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

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

 a { background-color: rgb(53,156,187); }

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

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

 span { border-color: rgb(53,156,187); }

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