#337FCD

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

Shades of Curious Blue #337FCD

Tints of Curious Blue #337FCD

Color information

#337FCD (or 0x337FCD) is unknown color: approx Curious Blue. HEX triplet: 33, 7F and CD. RGB value is (51,127,205). Sum of RGB (Red+Green+Blue) = 51+127+205=383 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.32% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #337FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337FCD is #CC8032. Grayscale: #707070. Windows color (decimal): -13402163 or 13467443. OLE color: 13467443.

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

Color convert

RGB51127205-
CMYK0.750.3800.20
HSL210.39º60.63%50.2%-
HSV(B)210.39º75.12%80.39%-
XYZ19.9720.2960.62-
YUV113.17179.8283.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.32%
GREEN value IS 127 (50% from 255) = 33.16%
BLUE value IS 205 (80.47% from 255) = 53.52%
R=13.32%
G=33.16%
B=53.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal511272050.750.3800.20210.3960.6350.2
Hex337FCD4B26014d23d32
Octal63177315113460243227562
Binary110011111111111001101100101110011001010011010010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,127,205); }

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

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

 a { background-color: rgb(51,127,205); }

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

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

 span { border-color: rgb(51,127,205); }

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