#3A80AF

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

Shades of Curious Blue #3A80AF

Tints of Curious Blue #3A80AF

Color information

#3A80AF (or 0x3A80AF) is unknown color: approx Curious Blue. HEX triplet: 3A, 80 and AF. RGB value is (58,128,175). Sum of RGB (Red+Green+Blue) = 58+128+175=361 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.07% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #3A80AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A80AF is #C57F50. Grayscale: #707070. Windows color (decimal): -12943185 or 11501626. OLE color: 11501626.

HSL color Cylindrical-coordinate representation of color #3A80AF: hue angle of 204.1º 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 #3A80AF is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB58128175-
CMYK0.670.2700.31
HSL204.1º50.21%45.69%-
HSV(B)204.1º66.86%68.63%-
XYZ17.219.4343.4-
YUV112.43163.3189.18-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.07%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 175 (68.75% from 255) = 48.48%
R=16.07%
G=35.46%
B=48.48%

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
Decimal581281750.670.2700.31204.150.2145.69
Hex3A80AF431B01Fcc322e
Octal72200257103330373146256
Binary111010100000001010111110000111101101111111001100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A80AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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