#337DBF

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

Shades of Curious Blue #337DBF

Tints of Curious Blue #337DBF

Color information

#337DBF (or 0x337DBF) is unknown color: approx Curious Blue. HEX triplet: 33, 7D and BF. RGB value is (51,125,191). Sum of RGB (Red+Green+Blue) = 51+125+191=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #337DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337DBF is #CC8240. Grayscale: #6E6E6E. Windows color (decimal): -13402689 or 12549427. OLE color: 12549427.

HSL color Cylindrical-coordinate representation of color #337DBF: hue angle of 208.29º 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 #337DBF is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB51125191-
CMYK0.730.3500.25
HSL208.29º57.85%47.45%-
HSV(B)208.29º73.3%74.9%-
XYZ18.119.1352.03-
YUV110.4173.4885.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.90%
GREEN value IS 125 (49.22% from 255) = 34.06%
BLUE value IS 191 (75% from 255) = 52.04%
R=13.90%
G=34.06%
B=52.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511251910.730.3500.25208.2957.8547.45
Hex337DBF4923019d03a2f
Octal63175277111430313207257
Binary110011111110110111111100100110001101100111010000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337DBF; }

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

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

<style>
 a { background-color: #337DBF; }

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

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

<style>
 span { border-color: #337DBF; }

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

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