#3A7BAB

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

Shades of Curious Blue #3A7BAB

Tints of Curious Blue #3A7BAB

Color information

#3A7BAB (or 0x3A7BAB) is unknown color: approx Curious Blue. HEX triplet: 3A, 7B and AB. RGB value is (58,123,171). Sum of RGB (Red+Green+Blue) = 58+123+171=352 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.48% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A7BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7BAB is #C58454. Grayscale: #6C6C6C. Windows color (decimal): -12944469 or 11238202. OLE color: 11238202.

HSL color Cylindrical-coordinate representation of color #3A7BAB: hue angle of 205.49º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A7BAB is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB58123171-
CMYK0.660.2800.33
HSL205.49º49.34%44.9%-
HSV(B)205.49º66.08%67.06%-
XYZ16.1818.0141.15-
YUV109.04162.9791.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.48%
GREEN value IS 123 (48.44% from 255) = 34.94%
BLUE value IS 171 (67.19% from 255) = 48.58%
R=16.48%
G=34.94%
B=48.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal581231710.660.2800.33205.4949.3444.9
Hex3A7BAB421C021cd312d
Octal72173253102340413156155
Binary111010111101110101011100001011100010000111001101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,123,171); }

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

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

 a { background-color: rgb(58,123,171); }

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

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

 span { border-color: rgb(58,123,171); }

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