#3392be

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

Shades of Curious Blue #3392BE

Tints of Curious Blue #3392BE

Color information

#3392BE (or 0x3392BE) is unknown color: approx Curious Blue. HEX triplet: 33, 92 and BE. RGB value is (51,146,190). Sum of RGB (Red+Green+Blue) = 51+146+190=387 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.18% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #3392BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3392BE is #CC6D41. Grayscale: #7A7A7A. Windows color (decimal): -13397314 or 12489267. OLE color: 12489267.

HSL color Cylindrical-coordinate representation of color #3392BE: hue angle of 198.99º 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 #3392BE is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB51146190-
CMYK0.730.2300.25
HSL198.99º57.68%47.25%-
HSV(B)198.99º73.16%74.51%-
XYZ20.9424.9852.43-
YUV122.61166.0376.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.18%
GREEN value IS 146 (57.42% from 255) = 37.73%
BLUE value IS 190 (74.61% from 255) = 49.10%
R=13.18%
G=37.73%
B=49.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511461900.730.2300.25198.9957.6847.25
Hex3392BE4917019c73a2f
Octal63222276111270313077257
Binary110011100100101011111010010011011101100111000111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3392be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3392be; }

 p { color: rgb(51,146,190); }

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

<style>
 a { background-color: #3392be; }

 a { background-color: rgb(51,146,190); }

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

<style>
 span { border-color: #3392be; }

 span { border-color: rgb(51,146,190); }

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