#3880AA

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

Shades of Curious Blue #3880AA

Tints of Curious Blue #3880AA

Color information

#3880AA (or 0x3880AA) is unknown color: approx Curious Blue. HEX triplet: 38, 80 and AA. RGB value is (56,128,170). Sum of RGB (Red+Green+Blue) = 56+128+170=354 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.82% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #3880AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3880AA is #C77F55. Grayscale: #6F6F6F. Windows color (decimal): -13074262 or 11173944. OLE color: 11173944.

HSL color Cylindrical-coordinate representation of color #3880AA: hue angle of 202.11º 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 #3880AA is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB56128170-
CMYK0.670.2500.33
HSL202.11º50.44%44.31%-
HSV(B)202.11º67.06%66.67%-
XYZ16.6119.1840.86-
YUV111.26161.1588.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.82%
GREEN value IS 128 (50.39% from 255) = 36.16%
BLUE value IS 170 (66.80% from 255) = 48.02%
R=15.82%
G=36.16%
B=48.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561281700.670.2500.33202.1150.4444.31
Hex3880AA4319021ca322c
Octal70200252103310413126254
Binary1110001000000010101010100001111001010000111001010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3880AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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