#3B78BE

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

Shades of Curious Blue #3B78BE

Tints of Curious Blue #3B78BE

Color information

#3B78BE (or 0x3B78BE) is unknown color: approx Curious Blue. HEX triplet: 3B, 78 and BE. RGB value is (59,120,190). Sum of RGB (Red+Green+Blue) = 59+120+190=369 (48% of max value = 765). Red value is 59 (23.44% from 255 or 15.99% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #3B78BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B78BE is #C48741. Grayscale: #6D6D6D. Windows color (decimal): -12879682 or 12482619. OLE color: 12482619.

HSL color Cylindrical-coordinate representation of color #3B78BE: hue angle of 212.06º 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 #3B78BE is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB59120190-
CMYK0.690.3700.25
HSL212.06º52.61%48.82%-
HSV(B)212.06º68.95%74.51%-
XYZ17.8118.0851.27-
YUV109.74173.2991.81-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.99%
GREEN value IS 120 (47.27% from 255) = 32.52%
BLUE value IS 190 (74.61% from 255) = 51.49%
R=15.99%
G=32.52%
B=51.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal591201900.690.3700.25212.0652.6148.82
Hex3B78BE4525019d43531
Octal73170276105450313246561
Binary111011111100010111110100010110010101100111010100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B78BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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