#3370B9

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

Shades of Curious Blue #3370B9

Tints of Curious Blue #3370B9

Color information

#3370B9 (or 0x3370B9) is unknown color: approx Curious Blue. HEX triplet: 33, 70 and B9. RGB value is (51,112,185). Sum of RGB (Red+Green+Blue) = 51+112+185=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 185 (72.66% from 255 or 53.16% from 348); Max value from RGB is 185 - color contains mainly: blue. Hex color #3370B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3370B9 is #CC8F46. Grayscale: #656565. Windows color (decimal): -13406023 or 12152883. OLE color: 12152883.

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

Color convert

RGB51112185-
CMYK0.720.3900.27
HSL212.69º56.78%46.27%-
HSV(B)212.69º72.43%72.55%-
XYZ15.9215.7948.11-
YUV102.08174.7991.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.66%
GREEN value IS 112 (44.14% from 255) = 32.18%
BLUE value IS 185 (72.66% from 255) = 53.16%
R=14.66%
G=32.18%
B=53.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511121850.720.3900.27212.6956.7846.27
Hex3370B9482701Bd5392e
Octal63160271110470333257156
Binary110011111000010111001100100010011101101111010101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3370B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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