#337ACE

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

Shades of Curious Blue #337ACE

Tints of Curious Blue #337ACE

Color information

#337ACE (or 0x337ACE) is unknown color: approx Curious Blue. HEX triplet: 33, 7A and CE. RGB value is (51,122,206). Sum of RGB (Red+Green+Blue) = 51+122+206=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #337ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337ACE is #CC8531. Grayscale: #6D6D6D. Windows color (decimal): -13403442 or 13531699. OLE color: 13531699.

HSL color Cylindrical-coordinate representation of color #337ACE: hue angle of 212.52º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #337ACE is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB51122206-
CMYK0.750.4100.19
HSL212.52º61.26%50.39%-
HSV(B)212.52º75.24%80.78%-
XYZ19.4719.0861.05-
YUV110.35181.9885.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.46%
GREEN value IS 122 (48.05% from 255) = 32.19%
BLUE value IS 206 (80.86% from 255) = 54.35%
R=13.46%
G=32.19%
B=54.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal511222060.750.4100.19212.5261.2650.39
Hex337ACE4B29013d53d32
Octal63172316113510233257562
Binary110011111101011001110100101110100101001111010101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,122,206); }

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

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

 a { background-color: rgb(51,122,206); }

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

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

 span { border-color: rgb(51,122,206); }

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