#3886AF

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

Shades of Curious Blue #3886AF

Tints of Curious Blue #3886AF

Color information

#3886AF (or 0x3886AF) is unknown color: approx Curious Blue. HEX triplet: 38, 86 and AF. RGB value is (56,134,175). Sum of RGB (Red+Green+Blue) = 56+134+175=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #3886AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3886AF is #C77950. Grayscale: #737373. Windows color (decimal): -13072721 or 11503160. OLE color: 11503160.

HSL color Cylindrical-coordinate representation of color #3886AF: hue angle of 200.67º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3886AF is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB56134175-
CMYK0.680.2300.31
HSL200.67º51.52%45.29%-
HSV(B)200.67º68%68.63%-
XYZ17.8920.9943.67-
YUV115.35161.6685.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.34%
GREEN value IS 134 (52.73% from 255) = 36.71%
BLUE value IS 175 (68.75% from 255) = 47.95%
R=15.34%
G=36.71%
B=47.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561341750.680.2300.31200.6751.5245.29
Hex3886AF441701Fc9342d
Octal70206257104270373116455
Binary111000100001101010111110001001011101111111001001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3886AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3886AF; }

 p { color: rgb(56,134,175); }

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

<style>
 a { background-color: #3886AF; }

 a { background-color: rgb(56,134,175); }

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

<style>
 span { border-color: #3886AF; }

 span { border-color: rgb(56,134,175); }

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