#408DBA

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

Shades of Curious Blue #408DBA

Tints of Curious Blue #408DBA

Color information

#408DBA (or 0x408DBA) is unknown color: approx Curious Blue. HEX triplet: 40, 8D and BA. RGB value is (64,141,186). Sum of RGB (Red+Green+Blue) = 64+141+186=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #408DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408DBA is #BF7245. Grayscale: #7A7A7A. Windows color (decimal): -12546630 or 12225856. OLE color: 12225856.

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

Color convert

RGB64141186-
CMYK0.660.2400.27
HSL202.13º48.8%49.02%-
HSV(B)202.13º65.59%72.94%-
XYZ20.523.6849.95-
YUV123.11163.4985.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.37%
GREEN value IS 141 (55.47% from 255) = 36.06%
BLUE value IS 186 (73.05% from 255) = 47.57%
R=16.37%
G=36.06%
B=47.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641411860.660.2400.27202.1348.849.02
Hex408DBA421801Bca3131
Octal100215272102300333126161
Binary1000000100011011011101010000101100001101111001010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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