#3376BA

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

Shades of Curious Blue #3376BA

Tints of Curious Blue #3376BA

Color information

#3376BA (or 0x3376BA) is unknown color: approx Curious Blue. HEX triplet: 33, 76 and BA. RGB value is (51,118,186). Sum of RGB (Red+Green+Blue) = 51+118+186=355 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.37% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #3376BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3376BA is #CC8945. Grayscale: #696969. Windows color (decimal): -13404486 or 12219955. OLE color: 12219955.

HSL color Cylindrical-coordinate representation of color #3376BA: hue angle of 210.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3376BA is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB51118186-
CMYK0.730.3700.27
HSL210.22º56.96%46.47%-
HSV(B)210.22º72.58%72.94%-
XYZ16.7117.2148.89-
YUV105.72173.388.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.37%
GREEN value IS 118 (46.48% from 255) = 33.24%
BLUE value IS 186 (73.05% from 255) = 52.39%
R=14.37%
G=33.24%
B=52.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511181860.730.3700.27210.2256.9646.47
Hex3376BA492501Bd2392e
Octal63166272111450333227156
Binary110011111011010111010100100110010101101111010010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3376BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3376BA; }

 p { color: rgb(51,118,186); }

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

<style>
 a { background-color: #3376BA; }

 a { background-color: rgb(51,118,186); }

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

<style>
 span { border-color: #3376BA; }

 span { border-color: rgb(51,118,186); }

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