#3E81C1

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

Shades of Curious Blue #3E81C1

Tints of Curious Blue #3E81C1

Color information

#3E81C1 (or 0x3E81C1) is unknown color: approx Curious Blue. HEX triplet: 3E, 81 and C1. RGB value is (62,129,193). Sum of RGB (Red+Green+Blue) = 62+129+193=384 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.15% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #3E81C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E81C1 is #C17E3E. Grayscale: #737373. Windows color (decimal): -12680767 or 12681534. OLE color: 12681534.

HSL color Cylindrical-coordinate representation of color #3E81C1: hue angle of 209.31º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E81C1 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB62129193-
CMYK0.680.3300.24
HSL209.31º51.37%50%-
HSV(B)209.31º67.88%75.69%-
XYZ19.4620.5753.4-
YUV116.26171.389.3-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.15%
GREEN value IS 129 (50.78% from 255) = 33.59%
BLUE value IS 193 (75.78% from 255) = 50.26%
R=16.15%
G=33.59%
B=50.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal621291930.680.3300.24209.3151.3750
Hex3E81C14421018d13332
Octal76201301104410303216362
Binary1111101000000111000001100010010000101100011010001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E81C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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