#3880AD

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

Shades of Curious Blue #3880AD

Tints of Curious Blue #3880AD

Color information

#3880AD (or 0x3880AD) is unknown color: approx Curious Blue. HEX triplet: 38, 80 and AD. RGB value is (56,128,173). Sum of RGB (Red+Green+Blue) = 56+128+173=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #3880AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3880AD is #C77F52. Grayscale: #6F6F6F. Windows color (decimal): -13074259 or 11370552. OLE color: 11370552.

HSL color Cylindrical-coordinate representation of color #3880AD: hue angle of 203.08º 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 #3880AD is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB56128173-
CMYK0.680.2600.32
HSL203.08º51.09%44.9%-
HSV(B)203.08º67.63%67.84%-
XYZ16.8919.342.37-
YUV111.6162.6588.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.69%
GREEN value IS 128 (50.39% from 255) = 35.85%
BLUE value IS 173 (67.97% from 255) = 48.46%
R=15.69%
G=35.85%
B=48.46%

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
Decimal561281730.680.2600.32203.0851.0944.9
Hex3880AD441A020cb332d
Octal70200255104320403136355
Binary1110001000000010101101100010011010010000011001011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3880AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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