#3A7DB6

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

Shades of Curious Blue #3A7DB6

Tints of Curious Blue #3A7DB6

Color information

#3A7DB6 (or 0x3A7DB6) is unknown color: approx Curious Blue. HEX triplet: 3A, 7D and B6. RGB value is (58,125,182). Sum of RGB (Red+Green+Blue) = 58+125+182=365 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.89% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 182 (71.48% from 255 or 49.86% from 365); Max value from RGB is 182 - color contains mainly: blue. Hex color #3A7DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7DB6 is #C58249. Grayscale: #6F6F6F. Windows color (decimal): -12943946 or 11959610. OLE color: 11959610.

HSL color Cylindrical-coordinate representation of color #3A7DB6: hue angle of 207.58º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A7DB6 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB58125182-
CMYK0.680.3100.29
HSL207.58º51.67%47.06%-
HSV(B)207.58º68.13%71.37%-
XYZ17.5218.9446.99-
YUV111.46167.889.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.89%
GREEN value IS 125 (49.22% from 255) = 34.25%
BLUE value IS 182 (71.48% from 255) = 49.86%
R=15.89%
G=34.25%
B=49.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal581251820.680.3100.29207.5851.6747.06
Hex3A7DB6441F01Dd0342f
Octal72175266104370353206457
Binary11101011111011011011010001001111101110111010000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,125,182); }

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

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

 a { background-color: rgb(58,125,182); }

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

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

 span { border-color: rgb(58,125,182); }

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