#4088BE

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

Shades of Curious Blue #4088BE

Tints of Curious Blue #4088BE

Color information

#4088BE (or 0x4088BE) is unknown color: approx Curious Blue. HEX triplet: 40, 88 and BE. RGB value is (64,136,190). Sum of RGB (Red+Green+Blue) = 64+136+190=390 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.41% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #4088BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4088BE is #BF7741. Grayscale: #787878. Windows color (decimal): -12547906 or 12486720. OLE color: 12486720.

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

Color convert

RGB64136190-
CMYK0.660.2800.25
HSL205.71º49.61%49.8%-
HSV(B)205.71º66.32%74.51%-
XYZ20.2122.4251.98-
YUV120.63167.1587.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.41%
GREEN value IS 136 (53.52% from 255) = 34.87%
BLUE value IS 190 (74.61% from 255) = 48.72%
R=16.41%
G=34.87%
B=48.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal641361900.660.2800.25205.7149.6149.8
Hex4088BE421C019ce3232
Octal100210276102340313166262
Binary1000000100010001011111010000101110001100111001110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4088BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4088BE; }

 p { color: rgb(64,136,190); }

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

<style>
 a { background-color: #4088BE; }

 a { background-color: rgb(64,136,190); }

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

<style>
 span { border-color: #4088BE; }

 span { border-color: rgb(64,136,190); }

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