#336fba

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

Shades of Curious Blue #336FBA

Tints of Curious Blue #336FBA

Color information

#336FBA (or 0x336FBA) is unknown color: approx Curious Blue. HEX triplet: 33, 6F and BA. RGB value is (51,111,186). Sum of RGB (Red+Green+Blue) = 51+111+186=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #336FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336FBA is #CC9045. Grayscale: #656565. Windows color (decimal): -13406278 or 12218163. OLE color: 12218163.

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

Color convert

RGB51111186-
CMYK0.730.4000.27
HSL213.33º56.96%46.47%-
HSV(B)213.33º72.58%72.94%-
XYZ15.9115.6248.63-
YUV101.61175.6291.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.66%
GREEN value IS 111 (43.75% from 255) = 31.90%
BLUE value IS 186 (73.05% from 255) = 53.45%
R=14.66%
G=31.90%
B=53.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511111860.730.4000.27213.3356.9646.47
Hex336FBA492801Bd5392e
Octal63157272111500333257156
Binary110011110111110111010100100110100001101111010101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336fba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,111,186); }

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

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

 a { background-color: rgb(51,111,186); }

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

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

 span { border-color: rgb(51,111,186); }

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