#337fbf

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

Shades of Curious Blue #337FBF

Tints of Curious Blue #337FBF

Color information

#337FBF (or 0x337FBF) is unknown color: approx Curious Blue. HEX triplet: 33, 7F and BF. RGB value is (51,127,191). Sum of RGB (Red+Green+Blue) = 51+127+191=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #337FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337FBF is #CC8040. Grayscale: #6F6F6F. Windows color (decimal): -13402177 or 12549939. OLE color: 12549939.

HSL color Cylindrical-coordinate representation of color #337FBF: hue angle of 207.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #337FBF is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB51127191-
CMYK0.730.3400.25
HSL207.43º57.85%47.45%-
HSV(B)207.43º73.3%74.9%-
XYZ18.3619.6452.11-
YUV111.57172.8284.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.82%
GREEN value IS 127 (50% from 255) = 34.42%
BLUE value IS 191 (75% from 255) = 51.76%
R=13.82%
G=34.42%
B=51.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511271910.730.3400.25207.4357.8547.45
Hex337FBF4922019cf3a2f
Octal63177277111420313177257
Binary110011111111110111111100100110001001100111001111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337fbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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