#3881AA

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

Shades of Curious Blue #3881AA

Tints of Curious Blue #3881AA

Color information

#3881AA (or 0x3881AA) is unknown color: approx Curious Blue. HEX triplet: 38, 81 and AA. RGB value is (56,129,170). Sum of RGB (Red+Green+Blue) = 56+129+170=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #3881AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3881AA is #C77E55. Grayscale: #6F6F6F. Windows color (decimal): -13074006 or 11174200. OLE color: 11174200.

HSL color Cylindrical-coordinate representation of color #3881AA: hue angle of 201.58º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3881AA is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB56129170-
CMYK0.670.2400.33
HSL201.58º50.44%44.31%-
HSV(B)201.58º67.06%66.67%-
XYZ16.7419.4440.9-
YUV111.85160.8288.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.77%
GREEN value IS 129 (50.78% from 255) = 36.34%
BLUE value IS 170 (66.80% from 255) = 47.89%
R=15.77%
G=36.34%
B=47.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561291700.670.2400.33201.5850.4444.31
Hex3881AA4318021ca322c
Octal70201252103300413126254
Binary1110001000000110101010100001111000010000111001010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3881AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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