#3A79BE

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

Shades of Curious Blue #3A79BE

Tints of Curious Blue #3A79BE

Color information

#3A79BE (or 0x3A79BE) is unknown color: approx Curious Blue. HEX triplet: 3A, 79 and BE. RGB value is (58,121,190). Sum of RGB (Red+Green+Blue) = 58+121+190=369 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.72% from 369); Green value is 121 (47.66% from 255 or 32.79% 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 #3A79BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A79BE is #C58641. Grayscale: #6D6D6D. Windows color (decimal): -12944962 or 12482874. OLE color: 12482874.

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

Color convert

RGB58121190-
CMYK0.690.3600.25
HSL211.36º53.23%48.63%-
HSV(B)211.36º69.47%74.51%-
XYZ17.8818.2951.3-
YUV110.03173.1390.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.72%
GREEN value IS 121 (47.66% from 255) = 32.79%
BLUE value IS 190 (74.61% from 255) = 51.49%
R=15.72%
G=32.79%
B=51.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581211900.690.3600.25211.3653.2348.63
Hex3A79BE4524019d33531
Octal72171276105440313236561
Binary111010111100110111110100010110010001100111010011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A79BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,121,190); }

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

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

 a { background-color: rgb(58,121,190); }

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

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

 span { border-color: rgb(58,121,190); }

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