#356FBC

Color #356FBC Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #356FBC

Tints of Curious Blue #356FBC

Color information

#356FBC (or 0x356FBC) is unknown color: approx Curious Blue. HEX triplet: 35, 6F and BC. RGB value is (53,111,188). Sum of RGB (Red+Green+Blue) = 53+111+188=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #356FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356FBC is #CA9043. Grayscale: #666666. Windows color (decimal): -13275204 or 12349237. OLE color: 12349237.

HSL color Cylindrical-coordinate representation of color #356FBC: hue angle of 214.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 #356FBC is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB53111188-
CMYK0.720.4100.26
HSL214.22º56.02%47.25%-
HSV(B)214.22º71.81%73.73%-
XYZ16.2315.7649.76-
YUV102.44176.2892.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.06%
GREEN value IS 111 (43.75% from 255) = 31.53%
BLUE value IS 188 (73.83% from 255) = 53.41%
R=15.06%
G=31.53%
B=53.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal531111880.720.4100.26214.2256.0247.25
Hex356FBC482901Ad6382f
Octal65157274110510323267057
Binary110101110111110111100100100010100101101011010110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356FBC; }

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

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

<style>
 a { background-color: #356FBC; }

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

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

<style>
 span { border-color: #356FBC; }

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

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