#3E81AF

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

Shades of Curious Blue #3E81AF

Tints of Curious Blue #3E81AF

Color information

#3E81AF (or 0x3E81AF) is unknown color: approx Curious Blue. HEX triplet: 3E, 81 and AF. RGB value is (62,129,175). Sum of RGB (Red+Green+Blue) = 62+129+175=366 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.94% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E81AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E81AF is #C17E50. Grayscale: #717171. Windows color (decimal): -12680785 or 11501886. OLE color: 11501886.

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

Color convert

RGB62129175-
CMYK0.650.2600.31
HSL204.42º47.68%46.47%-
HSV(B)204.42º64.57%68.63%-
XYZ17.5719.8243.46-
YUV114.21162.390.76-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.94%
GREEN value IS 129 (50.78% from 255) = 35.25%
BLUE value IS 175 (68.75% from 255) = 47.81%
R=16.94%
G=35.25%
B=47.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal621291750.650.2600.31204.4247.6846.47
Hex3E81AF411A01Fcc302e
Octal76201257101320373146056
Binary111110100000011010111110000011101001111111001100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E81AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,129,175); }

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

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

 a { background-color: rgb(62,129,175); }

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

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

 span { border-color: rgb(62,129,175); }

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