#3370BF

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

Shades of Curious Blue #3370BF

Tints of Curious Blue #3370BF

Color information

#3370BF (or 0x3370BF) is unknown color: approx Curious Blue. HEX triplet: 33, 70 and BF. RGB value is (51,112,191). Sum of RGB (Red+Green+Blue) = 51+112+191=354 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.41% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #3370BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3370BF is #CC8F40. Grayscale: #666666. Windows color (decimal): -13406017 or 12546099. OLE color: 12546099.

HSL color Cylindrical-coordinate representation of color #3370BF: hue angle of 213.86º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3370BF is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB51112191-
CMYK0.730.4100.25
HSL213.86º57.85%47.45%-
HSV(B)213.86º73.3%74.9%-
XYZ16.5616.0551.52-
YUV102.77177.7991.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.41%
GREEN value IS 112 (44.14% from 255) = 31.64%
BLUE value IS 191 (75% from 255) = 53.95%
R=14.41%
G=31.64%
B=53.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511121910.730.4100.25213.8657.8547.45
Hex3370BF4929019d63a2f
Octal63160277111510313267257
Binary110011111000010111111100100110100101100111010110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3370BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3370BF; }

 p { color: rgb(51,112,191); }

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

<style>
 a { background-color: #3370BF; }

 a { background-color: rgb(51,112,191); }

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

<style>
 span { border-color: #3370BF; }

 span { border-color: rgb(51,112,191); }

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