#3870C1

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

Shades of Curious Blue #3870C1

Tints of Curious Blue #3870C1

Color information

#3870C1 (or 0x3870C1) is unknown color: approx Curious Blue. HEX triplet: 38, 70 and C1. RGB value is (56,112,193). Sum of RGB (Red+Green+Blue) = 56+112+193=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 193 (75.78% from 255 or 53.46% from 361); Max value from RGB is 193 - color contains mainly: blue. Hex color #3870C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3870C1 is #C78F3E. Grayscale: #686868. Windows color (decimal): -13078335 or 12677176. OLE color: 12677176.

HSL color Cylindrical-coordinate representation of color #3870C1: hue angle of 215.47º 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 #3870C1 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB56112193-
CMYK0.710.4200.24
HSL215.47º55.02%48.82%-
HSV(B)215.47º70.98%75.69%-
XYZ17.0516.2852.7-
YUV104.49177.9593.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.51%
GREEN value IS 112 (44.14% from 255) = 31.02%
BLUE value IS 193 (75.78% from 255) = 53.46%
R=15.51%
G=31.02%
B=53.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal561121930.710.4200.24215.4755.0248.82
Hex3870C1472A018d73731
Octal70160301107520303276761
Binary111000111000011000001100011110101001100011010111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3870C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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