#3A7FAF

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

Shades of Curious Blue #3A7FAF

Tints of Curious Blue #3A7FAF

Color information

#3A7FAF (or 0x3A7FAF) is unknown color: approx Curious Blue. HEX triplet: 3A, 7F and AF. RGB value is (58,127,175). Sum of RGB (Red+Green+Blue) = 58+127+175=360 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.11% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #3A7FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7FAF is #C58050. Grayscale: #6F6F6F. Windows color (decimal): -12943441 or 11501370. OLE color: 11501370.

HSL color Cylindrical-coordinate representation of color #3A7FAF: hue angle of 204.62º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A7FAF is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB58127175-
CMYK0.670.2700.31
HSL204.62º50.21%45.69%-
HSV(B)204.62º66.86%68.63%-
XYZ17.0719.1743.36-
YUV111.84163.6489.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.11%
GREEN value IS 127 (50% from 255) = 35.28%
BLUE value IS 175 (68.75% from 255) = 48.61%
R=16.11%
G=35.28%
B=48.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal581271750.670.2700.31204.6250.2145.69
Hex3A7FAF431B01Fcd322e
Octal72177257103330373156256
Binary11101011111111010111110000111101101111111001101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,127,175); }

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

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

 a { background-color: rgb(58,127,175); }

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

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

 span { border-color: rgb(58,127,175); }

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