#3B94BE

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

Shades of Curious Blue #3B94BE

Tints of Curious Blue #3B94BE

Color information

#3B94BE (or 0x3B94BE) is unknown color: approx Curious Blue. HEX triplet: 3B, 94 and BE. RGB value is (59,148,190). Sum of RGB (Red+Green+Blue) = 59+148+190=397 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.86% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #3B94BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B94BE is #C46B41. Grayscale: #7D7D7D. Windows color (decimal): -12872514 or 12489787. OLE color: 12489787.

HSL color Cylindrical-coordinate representation of color #3B94BE: hue angle of 199.24º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B94BE is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB59148190-
CMYK0.690.2200.25
HSL199.24º52.61%48.82%-
HSV(B)199.24º68.95%74.51%-
XYZ21.6925.8352.56-
YUV126.18164.0180.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 14.86%
GREEN value IS 148 (58.20% from 255) = 37.28%
BLUE value IS 190 (74.61% from 255) = 47.86%
R=14.86%
G=37.28%
B=47.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal591481900.690.2200.25199.2452.6148.82
Hex3B94BE4516019c73531
Octal73224276105260313076561
Binary111011100101001011111010001011011001100111000111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B94BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B94BE; }

 p { color: rgb(59,148,190); }

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

<style>
 a { background-color: #3B94BE; }

 a { background-color: rgb(59,148,190); }

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

<style>
 span { border-color: #3B94BE; }

 span { border-color: rgb(59,148,190); }

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