#359CBC

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

Shades of Pelorous #359CBC

Tints of Pelorous #359CBC

Color information

#359CBC (or 0x359CBC) is unknown color: approx Pelorous. HEX triplet: 35, 9C and BC. RGB value is (53,156,188). Sum of RGB (Red+Green+Blue) = 53+156+188=397 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.35% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #359CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359CBC is #CA6343. Grayscale: #808080. Windows color (decimal): -13263684 or 12360757. OLE color: 12360757.

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

Color convert

RGB53156188-
CMYK0.720.1700.26
HSL194.22º56.02%47.25%-
HSV(B)194.22º71.81%73.73%-
XYZ22.4328.1651.83-
YUV128.85161.3873.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.35%
GREEN value IS 156 (61.33% from 255) = 39.29%
BLUE value IS 188 (73.83% from 255) = 47.36%
R=13.35%
G=39.29%
B=47.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal531561880.720.1700.26194.2256.0247.25
Hex359CBC481101Ac2382f
Octal65234274110210323027057
Binary110101100111001011110010010001000101101011000010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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