#337CBA

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

Shades of Curious Blue #337CBA

Tints of Curious Blue #337CBA

Color information

#337CBA (or 0x337CBA) is unknown color: approx Curious Blue. HEX triplet: 33, 7C and BA. RGB value is (51,124,186). Sum of RGB (Red+Green+Blue) = 51+124+186=361 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.13% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #337CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337CBA is #CC8345. Grayscale: #6C6C6C. Windows color (decimal): -13402950 or 12221491. OLE color: 12221491.

HSL color Cylindrical-coordinate representation of color #337CBA: hue angle of 207.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 #337CBA is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB51124186-
CMYK0.730.3300.27
HSL207.56º56.96%46.47%-
HSV(B)207.56º72.58%72.94%-
XYZ17.4418.6649.14-
YUV109.24171.3286.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.13%
GREEN value IS 124 (48.83% from 255) = 34.35%
BLUE value IS 186 (73.05% from 255) = 51.52%
R=14.13%
G=34.35%
B=51.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511241860.730.3300.27207.5656.9646.47
Hex337CBA492101Bd0392e
Octal63174272111410333207156
Binary110011111110010111010100100110000101101111010000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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