#3394BF

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

Shades of Curious Blue #3394BF

Tints of Curious Blue #3394BF

Color information

#3394BF (or 0x3394BF) is unknown color: approx Curious Blue. HEX triplet: 33, 94 and BF. RGB value is (51,148,191). Sum of RGB (Red+Green+Blue) = 51+148+191=390 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.08% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #3394BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3394BF is #CC6B40. Grayscale: #7B7B7B. Windows color (decimal): -13396801 or 12555315. OLE color: 12555315.

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

Color convert

RGB51148191-
CMYK0.730.2300.25
HSL198.43º57.85%47.45%-
HSV(B)198.43º73.3%74.9%-
XYZ21.3625.6553.11-
YUV123.9165.8676-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.08%
GREEN value IS 148 (58.20% from 255) = 37.95%
BLUE value IS 191 (75% from 255) = 48.97%
R=13.08%
G=37.95%
B=48.97%

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
Decimal511481910.730.2300.25198.4357.8547.45
Hex3394BF4917019c63a2f
Octal63224277111270313067257
Binary110011100101001011111110010011011101100111000110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3394BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3394BF; }

 p { color: rgb(51,148,191); }

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

<style>
 a { background-color: #3394BF; }

 a { background-color: rgb(51,148,191); }

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

<style>
 span { border-color: #3394BF; }

 span { border-color: rgb(51,148,191); }

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