#407CC1

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

Shades of Curious Blue #407CC1

Tints of Curious Blue #407CC1

Color information

#407CC1 (or 0x407CC1) is unknown color: approx Curious Blue. HEX triplet: 40, 7C and C1. RGB value is (64,124,193). Sum of RGB (Red+Green+Blue) = 64+124+193=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 193 (75.78% from 255 or 50.66% from 381); Max value from RGB is 193 - color contains mainly: blue. Hex color #407CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407CC1 is #BF833E. Grayscale: #717171. Windows color (decimal): -12550975 or 12680256. OLE color: 12680256.

HSL color Cylindrical-coordinate representation of color #407CC1: hue angle of 212.09º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #407CC1 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB64124193-
CMYK0.670.3600.24
HSL212.09º50.99%50.39%-
HSV(B)212.09º66.84%75.69%-
XYZ18.9519.3653.19-
YUV113.93172.6292.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.80%
GREEN value IS 124 (48.83% from 255) = 32.55%
BLUE value IS 193 (75.78% from 255) = 50.66%
R=16.80%
G=32.55%
B=50.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal641241930.670.3600.24212.0950.9950.39
Hex407CC14324018d43332
Octal100174301103440303246362
Binary1000000111110011000001100001110010001100011010100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407CC1; }

 p { color: rgb(64,124,193); }

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

<style>
 a { background-color: #407CC1; }

 a { background-color: rgb(64,124,193); }

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

<style>
 span { border-color: #407CC1; }

 span { border-color: rgb(64,124,193); }

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