#408FBB

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

Shades of Curious Blue #408FBB

Tints of Curious Blue #408FBB

Color information

#408FBB (or 0x408FBB) is unknown color: approx Curious Blue. HEX triplet: 40, 8F and BB. RGB value is (64,143,187). Sum of RGB (Red+Green+Blue) = 64+143+187=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #408FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408FBB is #BF7044. Grayscale: #7C7C7C. Windows color (decimal): -12546117 or 12291904. OLE color: 12291904.

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

Color convert

RGB64143187-
CMYK0.660.2400.27
HSL201.46º49%49.22%-
HSV(B)201.46º65.78%73.33%-
XYZ20.9124.3250.61-
YUV124.39163.3384.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.24%
GREEN value IS 143 (56.25% from 255) = 36.29%
BLUE value IS 187 (73.44% from 255) = 47.46%
R=16.24%
G=36.29%
B=47.46%

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
Decimal641431870.660.2400.27201.464949.22
Hex408FBB421801Bc93131
Octal100217273102300333116161
Binary1000000100011111011101110000101100001101111001001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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