#407CC0

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

Shades of Curious Blue #407CC0

Tints of Curious Blue #407CC0

Color information

#407CC0 (or 0x407CC0) is unknown color: approx Curious Blue. HEX triplet: 40, 7C and C0. RGB value is (64,124,192). Sum of RGB (Red+Green+Blue) = 64+124+192=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #407CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407CC0 is #BF833F. Grayscale: #717171. Windows color (decimal): -12550976 or 12614720. OLE color: 12614720.

HSL color Cylindrical-coordinate representation of color #407CC0: hue angle of 211.88º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #407CC0 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB64124192-
CMYK0.670.3500.25
HSL211.88º50.39%50.2%-
HSV(B)211.88º66.67%75.29%-
XYZ18.8419.3152.6-
YUV113.81172.1292.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.84%
GREEN value IS 124 (48.83% from 255) = 32.63%
BLUE value IS 192 (75.39% from 255) = 50.53%
R=16.84%
G=32.63%
B=50.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641241920.670.3500.25211.8850.3950.2
Hex407CC04323019d43232
Octal100174300103430313246262
Binary1000000111110011000000100001110001101100111010100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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