#337BCC

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

Shades of Curious Blue #337BCC

Tints of Curious Blue #337BCC

Color information

#337BCC (or 0x337BCC) is unknown color: approx Curious Blue. HEX triplet: 33, 7B and CC. RGB value is (51,123,204). Sum of RGB (Red+Green+Blue) = 51+123+204=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #337BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337BCC is #CC8433. Grayscale: #6E6E6E. Windows color (decimal): -13403188 or 13400883. OLE color: 13400883.

HSL color Cylindrical-coordinate representation of color #337BCC: hue angle of 211.76º degrees, saturation: 0.6, 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 #337BCC is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB51123204-
CMYK0.750.4000.2
HSL211.76º60%50%-
HSV(B)211.76º75%80%-
XYZ19.3519.2359.82-
YUV110.71180.6585.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.49%
GREEN value IS 123 (48.44% from 255) = 32.54%
BLUE value IS 204 (80.08% from 255) = 53.97%
R=13.49%
G=32.54%
B=53.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal511232040.750.4000.2211.766050
Hex337BCC4B28014d43c32
Octal63173314113500243247462
Binary110011111101111001100100101110100001010011010100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,123,204); }

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

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

 a { background-color: rgb(51,123,204); }

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

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

 span { border-color: rgb(51,123,204); }

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