#336EBB

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

Shades of Curious Blue #336EBB

Tints of Curious Blue #336EBB

Color information

#336EBB (or 0x336EBB) is unknown color: approx Curious Blue. HEX triplet: 33, 6E and BB. RGB value is (51,110,187). Sum of RGB (Red+Green+Blue) = 51+110+187=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #336EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336EBB is #CC9144. Grayscale: #646464. Windows color (decimal): -13406533 or 12283443. OLE color: 12283443.

HSL color Cylindrical-coordinate representation of color #336EBB: hue angle of 213.97º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #336EBB is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB51110187-
CMYK0.730.4100.27
HSL213.97º57.14%46.67%-
HSV(B)213.97º72.73%73.33%-
XYZ15.9115.4449.16-
YUV101.14176.4592.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.66%
GREEN value IS 110 (43.36% from 255) = 31.61%
BLUE value IS 187 (73.44% from 255) = 53.74%
R=14.66%
G=31.61%
B=53.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511101870.730.4100.27213.9757.1446.67
Hex336EBB492901Bd6392f
Octal63156273111510333267157
Binary110011110111010111011100100110100101101111010110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336EBB; }

 p { color: rgb(51,110,187); }

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

<style>
 a { background-color: #336EBB; }

 a { background-color: rgb(51,110,187); }

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

<style>
 span { border-color: #336EBB; }

 span { border-color: rgb(51,110,187); }

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