#3881BE

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

Shades of Curious Blue #3881BE

Tints of Curious Blue #3881BE

Color information

#3881BE (or 0x3881BE) is unknown color: approx Curious Blue. HEX triplet: 38, 81 and BE. RGB value is (56,129,190). Sum of RGB (Red+Green+Blue) = 56+129+190=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #3881BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3881BE is #C77E41. Grayscale: #717171. Windows color (decimal): -13073986 or 12484920. OLE color: 12484920.

HSL color Cylindrical-coordinate representation of color #3881BE: hue angle of 207.31º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3881BE is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB56129190-
CMYK0.710.3200.25
HSL207.31º54.47%48.24%-
HSV(B)207.31º70.53%74.51%-
XYZ18.7820.2651.64-
YUV114.13170.8286.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.93%
GREEN value IS 129 (50.78% from 255) = 34.4%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=14.93%
G=34.4%
B=50.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal561291900.710.3200.25207.3154.4748.24
Hex3881BE4720019cf3630
Octal70201276107400313176660
Binary1110001000000110111110100011110000001100111001111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3881BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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