#3A7EA7

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

Shades of Curious Blue #3A7EA7

Tints of Curious Blue #3A7EA7

Color information

#3A7EA7 (or 0x3A7EA7) is unknown color: approx Curious Blue. HEX triplet: 3A, 7E and A7. RGB value is (58,126,167). Sum of RGB (Red+Green+Blue) = 58+126+167=351 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.52% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 167 (65.62% from 255 or 47.58% from 351); Max value from RGB is 167 - color contains mainly: blue. Hex color #3A7EA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7EA7 is #C58158. Grayscale: #6E6E6E. Windows color (decimal): -12943705 or 10976826. OLE color: 10976826.

HSL color Cylindrical-coordinate representation of color #3A7EA7: hue angle of 202.57º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A7EA7 is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB58126167-
CMYK0.650.2500.35
HSL202.57º48.44%44.12%-
HSV(B)202.57º65.27%65.49%-
XYZ16.1818.6139.3-
YUV110.34159.9790.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.52%
GREEN value IS 126 (49.61% from 255) = 35.90%
BLUE value IS 167 (65.62% from 255) = 47.58%
R=16.52%
G=35.90%
B=47.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal581261670.650.2500.35202.5748.4444.12
Hex3A7EA74119023cb302c
Octal72176247101310433136054
Binary111010111111010100111100000111001010001111001011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,126,167); }

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

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

 a { background-color: rgb(58,126,167); }

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

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

 span { border-color: rgb(58,126,167); }

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