#4390BA

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

Shades of Curious Blue #4390BA

Tints of Curious Blue #4390BA

Color information

#4390BA (or 0x4390BA) is unknown color: approx Curious Blue. HEX triplet: 43, 90 and BA. RGB value is (67,144,186). Sum of RGB (Red+Green+Blue) = 67+144+186=397 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.88% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #4390BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4390BA is #BC6F45. Grayscale: #7D7D7D. Windows color (decimal): -12349254 or 12226627. OLE color: 12226627.

HSL color Cylindrical-coordinate representation of color #4390BA: hue angle of 201.18º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4390BA is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB67144186-
CMYK0.640.2300.27
HSL201.18º47.04%49.61%-
HSV(B)201.18º63.98%72.94%-
XYZ21.1524.6850.1-
YUV125.76161.9986.08-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 16.88%
GREEN value IS 144 (56.64% from 255) = 36.27%
BLUE value IS 186 (73.05% from 255) = 46.85%
R=16.88%
G=36.27%
B=46.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal671441860.640.2300.27201.1847.0449.61
Hex4390BA401701Bc92f32
Octal103220272100270333115762
Binary1000011100100001011101010000001011101101111001001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4390BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4390BA; }

 p { color: rgb(67,144,186); }

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

<style>
 a { background-color: #4390BA; }

 a { background-color: rgb(67,144,186); }

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

<style>
 span { border-color: #4390BA; }

 span { border-color: rgb(67,144,186); }

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