#3373BA

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

Shades of Curious Blue #3373BA

Tints of Curious Blue #3373BA

Color information

#3373BA (or 0x3373BA) is unknown color: approx Curious Blue. HEX triplet: 33, 73 and BA. RGB value is (51,115,186). Sum of RGB (Red+Green+Blue) = 51+115+186=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #3373BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3373BA is #CC8C45. Grayscale: #676767. Windows color (decimal): -13405254 or 12219187. OLE color: 12219187.

HSL color Cylindrical-coordinate representation of color #3373BA: hue angle of 211.56º 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 #3373BA is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB51115186-
CMYK0.730.3800.27
HSL211.56º56.96%46.47%-
HSV(B)211.56º72.58%72.94%-
XYZ16.3616.5148.78-
YUV103.96174.390.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.49%
GREEN value IS 115 (45.31% from 255) = 32.67%
BLUE value IS 186 (73.05% from 255) = 52.84%
R=14.49%
G=32.67%
B=52.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511151860.730.3800.27211.5656.9646.47
Hex3373BA492601Bd4392e
Octal63163272111460333247156
Binary110011111001110111010100100110011001101111010100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3373BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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