#3881AE

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

Shades of Curious Blue #3881AE

Tints of Curious Blue #3881AE

Color information

#3881AE (or 0x3881AE) is unknown color: approx Curious Blue. HEX triplet: 38, 81 and AE. RGB value is (56,129,174). Sum of RGB (Red+Green+Blue) = 56+129+174=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #3881AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3881AE is #C77E51. Grayscale: #707070. Windows color (decimal): -13074002 or 11436344. OLE color: 11436344.

HSL color Cylindrical-coordinate representation of color #3881AE: hue angle of 202.88º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3881AE is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB56129174-
CMYK0.680.2600.32
HSL202.88º51.3%45.1%-
HSV(B)202.88º67.82%68.24%-
XYZ17.1219.642.92-
YUV112.3162.8287.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.60%
GREEN value IS 129 (50.78% from 255) = 35.93%
BLUE value IS 174 (68.36% from 255) = 48.47%
R=15.60%
G=35.93%
B=48.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561291740.680.2600.32202.8851.345.1
Hex3881AE441A020cb332d
Octal70201256104320403136355
Binary1110001000000110101110100010011010010000011001011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3881AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3881AE; }

 p { color: rgb(56,129,174); }

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

<style>
 a { background-color: #3881AE; }

 a { background-color: rgb(56,129,174); }

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

<style>
 span { border-color: #3881AE; }

 span { border-color: rgb(56,129,174); }

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