#337EC8

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

Shades of Curious Blue #337EC8

Tints of Curious Blue #337EC8

Color information

#337EC8 (or 0x337EC8) is unknown color: approx Curious Blue. HEX triplet: 33, 7E and C8. RGB value is (51,126,200). Sum of RGB (Red+Green+Blue) = 51+126+200=377 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.53% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 200 (78.52% from 255 or 53.05% from 377); Max value from RGB is 200 - color contains mainly: blue. Hex color #337EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337EC8 is #CC8137. Grayscale: #6F6F6F. Windows color (decimal): -13402424 or 13139507. OLE color: 13139507.

HSL color Cylindrical-coordinate representation of color #337EC8: hue angle of 209.8º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #337EC8 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB51126200-
CMYK0.740.3700.22
HSL209.8º59.36%49.22%-
HSV(B)209.8º74.5%78.43%-
XYZ19.2519.857.45-
YUV112.01177.6584.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.53%
GREEN value IS 126 (49.61% from 255) = 33.42%
BLUE value IS 200 (78.52% from 255) = 53.05%
R=13.53%
G=33.42%
B=53.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal511262000.740.3700.22209.859.3649.22
Hex337EC84A25016d23b31
Octal63176310112450263227361
Binary110011111111011001000100101010010101011011010010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,126,200); }

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

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

 a { background-color: rgb(51,126,200); }

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

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

 span { border-color: rgb(51,126,200); }

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