#407FBA

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

Shades of Curious Blue #407FBA

Tints of Curious Blue #407FBA

Color information

#407FBA (or 0x407FBA) is unknown color: approx Curious Blue. HEX triplet: 40, 7F and BA. RGB value is (64,127,186). Sum of RGB (Red+Green+Blue) = 64+127+186=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #407FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407FBA is #BF8045. Grayscale: #727272. Windows color (decimal): -12550214 or 12222272. OLE color: 12222272.

HSL color Cylindrical-coordinate representation of color #407FBA: hue angle of 209.02º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #407FBA is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB64127186-
CMYK0.660.3200.27
HSL209.02º48.8%49.02%-
HSV(B)209.02º65.59%72.94%-
XYZ18.5719.8149.3-
YUV114.89168.1391.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.98%
GREEN value IS 127 (50% from 255) = 33.69%
BLUE value IS 186 (73.05% from 255) = 49.34%
R=16.98%
G=33.69%
B=49.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641271860.660.3200.27209.0248.849.02
Hex407FBA422001Bd13131
Octal100177272102400333216161
Binary1000000111111110111010100001010000001101111010001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,127,186); }

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

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

 a { background-color: rgb(64,127,186); }

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

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

 span { border-color: rgb(64,127,186); }

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