#3A7ABE

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

Shades of Curious Blue #3A7ABE

Tints of Curious Blue #3A7ABE

Color information

#3A7ABE (or 0x3A7ABE) is unknown color: approx Curious Blue. HEX triplet: 3A, 7A and BE. RGB value is (58,122,190). Sum of RGB (Red+Green+Blue) = 58+122+190=370 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.68% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A7ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7ABE is #C58541. Grayscale: #6E6E6E. Windows color (decimal): -12944706 or 12483130. OLE color: 12483130.

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

Color convert

RGB58122190-
CMYK0.690.3600.25
HSL210.91º53.23%48.63%-
HSV(B)210.91º69.47%74.51%-
XYZ1818.5451.34-
YUV110.62172.890.47-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.68%
GREEN value IS 122 (48.05% from 255) = 32.97%
BLUE value IS 190 (74.61% from 255) = 51.35%
R=15.68%
G=32.97%
B=51.35%

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
Decimal581221900.690.3600.25210.9153.2348.63
Hex3A7ABE4524019d33531
Octal72172276105440313236561
Binary111010111101010111110100010110010001100111010011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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