#3A78BB

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

Shades of Curious Blue #3A78BB

Tints of Curious Blue #3A78BB

Color information

#3A78BB (or 0x3A78BB) is unknown color: approx Curious Blue. HEX triplet: 3A, 78 and BB. RGB value is (58,120,187). Sum of RGB (Red+Green+Blue) = 58+120+187=365 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.89% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #3A78BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A78BB is #C58744. Grayscale: #6C6C6C. Windows color (decimal): -12945221 or 12286010. OLE color: 12286010.

HSL color Cylindrical-coordinate representation of color #3A78BB: hue angle of 211.16º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A78BB is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB58120187-
CMYK0.690.3600.27
HSL211.16º52.65%48.04%-
HSV(B)211.16º68.98%73.33%-
XYZ17.4317.9249.55-
YUV109.1171.9691.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.89%
GREEN value IS 120 (47.27% from 255) = 32.88%
BLUE value IS 187 (73.44% from 255) = 51.23%
R=15.89%
G=32.88%
B=51.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal581201870.690.3600.27211.1652.6548.04
Hex3A78BB452401Bd33530
Octal72170273105440333236560
Binary111010111100010111011100010110010001101111010011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A78BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,120,187); }

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

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

 a { background-color: rgb(58,120,187); }

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

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

 span { border-color: rgb(58,120,187); }

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