#337CC8

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

Shades of Curious Blue #337CC8

Tints of Curious Blue #337CC8

Color information

#337CC8 (or 0x337CC8) is unknown color: approx Curious Blue. HEX triplet: 33, 7C and C8. RGB value is (51,124,200). Sum of RGB (Red+Green+Blue) = 51+124+200=375 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.6% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 200 (78.52% from 255 or 53.33% from 375); Max value from RGB is 200 - color contains mainly: blue. Hex color #337CC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337CC8 is #CC8337. Grayscale: #6E6E6E. Windows color (decimal): -13402936 or 13138995. OLE color: 13138995.

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

Color convert

RGB51124200-
CMYK0.740.3800.22
HSL210.6º59.36%49.22%-
HSV(B)210.6º74.5%78.43%-
XYZ1919.2957.37-
YUV110.84178.3285.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.6%
GREEN value IS 124 (48.83% from 255) = 33.07%
BLUE value IS 200 (78.52% from 255) = 53.33%
R=13.6%
G=33.07%
B=53.33%

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
Decimal511242000.740.3800.22210.659.3649.22
Hex337CC84A26016d33b31
Octal63174310112460263237361
Binary110011111110011001000100101010011001011011010011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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