#3371B9

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

Shades of Curious Blue #3371B9

Tints of Curious Blue #3371B9

Color information

#3371B9 (or 0x3371B9) is unknown color: approx Curious Blue. HEX triplet: 33, 71 and B9. RGB value is (51,113,185). Sum of RGB (Red+Green+Blue) = 51+113+185=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 185 (72.66% from 255 or 53.01% from 349); Max value from RGB is 185 - color contains mainly: blue. Hex color #3371B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3371B9 is #CC8E46. Grayscale: #666666. Windows color (decimal): -13405767 or 12153139. OLE color: 12153139.

HSL color Cylindrical-coordinate representation of color #3371B9: hue angle of 212.24º 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 #3371B9 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB51113185-
CMYK0.720.3900.27
HSL212.24º56.78%46.27%-
HSV(B)212.24º72.43%72.55%-
XYZ16.0316.0248.15-
YUV102.67174.4691.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.61%
GREEN value IS 113 (44.53% from 255) = 32.38%
BLUE value IS 185 (72.66% from 255) = 53.01%
R=14.61%
G=32.38%
B=53.01%

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
Decimal511131850.720.3900.27212.2456.7846.27
Hex3371B9482701Bd4392e
Octal63161271110470333247156
Binary110011111000110111001100100010011101101111010100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3371B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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