#337DC8

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

Shades of Curious Blue #337DC8

Tints of Curious Blue #337DC8

Color information

#337DC8 (or 0x337DC8) is unknown color: approx Curious Blue. HEX triplet: 33, 7D and C8. RGB value is (51,125,200). Sum of RGB (Red+Green+Blue) = 51+125+200=376 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.56% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 200 (78.52% from 255 or 53.19% from 376); Max value from RGB is 200 - color contains mainly: blue. Hex color #337DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337DC8 is #CC8237. Grayscale: #6F6F6F. Windows color (decimal): -13402680 or 13139251. OLE color: 13139251.

HSL color Cylindrical-coordinate representation of color #337DC8: hue angle of 210.2º 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 #337DC8 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB51125200-
CMYK0.740.3800.22
HSL210.2º59.36%49.22%-
HSV(B)210.2º74.5%78.43%-
XYZ19.1219.5457.41-
YUV111.42177.9884.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.56%
GREEN value IS 125 (49.22% from 255) = 33.24%
BLUE value IS 200 (78.52% from 255) = 53.19%
R=13.56%
G=33.24%
B=53.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal511252000.740.3800.22210.259.3649.22
Hex337DC84A26016d23b31
Octal63175310112460263227361
Binary110011111110111001000100101010011001011011010010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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