#3392B9

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

Shades of Curious Blue #3392B9

Tints of Curious Blue #3392B9

Color information

#3392B9 (or 0x3392B9) is unknown color: approx Curious Blue. HEX triplet: 33, 92 and B9. RGB value is (51,146,185). Sum of RGB (Red+Green+Blue) = 51+146+185=382 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.35% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 185 (72.66% from 255 or 48.43% from 382); Max value from RGB is 185 - color contains mainly: blue. Hex color #3392B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3392B9 is #CC6D46. Grayscale: #797979. Windows color (decimal): -13397319 or 12161587. OLE color: 12161587.

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

Color convert

RGB51146185-
CMYK0.720.2100.27
HSL197.46º56.78%46.27%-
HSV(B)197.46º72.43%72.55%-
XYZ20.424.7649.6-
YUV122.04163.5377.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.35%
GREEN value IS 146 (57.42% from 255) = 38.22%
BLUE value IS 185 (72.66% from 255) = 48.43%
R=13.35%
G=38.22%
B=48.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511461850.720.2100.27197.4656.7846.27
Hex3392B9481501Bc5392e
Octal63222271110250333057156
Binary110011100100101011100110010001010101101111000101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3392B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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