#3896C1

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

Shades of Curious Blue #3896C1

Tints of Curious Blue #3896C1

Color information

#3896C1 (or 0x3896C1) is unknown color: approx Curious Blue. HEX triplet: 38, 96 and C1. RGB value is (56,150,193). Sum of RGB (Red+Green+Blue) = 56+150+193=399 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.04% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #3896C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3896C1 is #C7693E. Grayscale: #7E7E7E. Windows color (decimal): -13068607 or 12686904. OLE color: 12686904.

HSL color Cylindrical-coordinate representation of color #3896C1: hue angle of 198.83º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3896C1 is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB56150193-
CMYK0.710.2200.24
HSL198.83º55.02%48.82%-
HSV(B)198.83º70.98%75.69%-
XYZ22.1626.554.4-
YUV126.8165.3677.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.04%
GREEN value IS 150 (58.98% from 255) = 37.59%
BLUE value IS 193 (75.78% from 255) = 48.37%
R=14.04%
G=37.59%
B=48.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal561501930.710.2200.24198.8355.0248.82
Hex3896C14716018c73731
Octal70226301107260303076761
Binary111000100101101100000110001111011001100011000111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3896C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3896C1; }

 p { color: rgb(56,150,193); }

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

<style>
 a { background-color: #3896C1; }

 a { background-color: rgb(56,150,193); }

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

<style>
 span { border-color: #3896C1; }

 span { border-color: rgb(56,150,193); }

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