#408FBA

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

Shades of Curious Blue #408FBA

Tints of Curious Blue #408FBA

Color information

#408FBA (or 0x408FBA) is unknown color: approx Curious Blue. HEX triplet: 40, 8F and BA. RGB value is (64,143,186). Sum of RGB (Red+Green+Blue) = 64+143+186=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #408FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408FBA is #BF7045. Grayscale: #7C7C7C. Windows color (decimal): -12546118 or 12226368. OLE color: 12226368.

HSL color Cylindrical-coordinate representation of color #408FBA: hue angle of 201.15º 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 #408FBA is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB64143186-
CMYK0.660.2300.27
HSL201.15º48.8%49.02%-
HSV(B)201.15º65.59%72.94%-
XYZ20.824.2850.04-
YUV124.28162.8385-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.28%
GREEN value IS 143 (56.25% from 255) = 36.39%
BLUE value IS 186 (73.05% from 255) = 47.33%
R=16.28%
G=36.39%
B=47.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641431860.660.2300.27201.1548.849.02
Hex408FBA421701Bc93131
Octal100217272102270333116161
Binary1000000100011111011101010000101011101101111001001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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