#4289BC

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

Shades of Curious Blue #4289BC

Tints of Curious Blue #4289BC

Color information

#4289BC (or 0x4289BC) is unknown color: approx Curious Blue. HEX triplet: 42, 89 and BC. RGB value is (66,137,188). Sum of RGB (Red+Green+Blue) = 66+137+188=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #4289BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4289BC is #BD7643. Grayscale: #797979. Windows color (decimal): -12416580 or 12355906. OLE color: 12355906.

HSL color Cylindrical-coordinate representation of color #4289BC: hue angle of 205.08º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4289BC is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB66137188-
CMYK0.650.2700.26
HSL205.08º48.03%49.8%-
HSV(B)205.08º64.89%73.73%-
XYZ20.2722.6850.89-
YUV121.58165.4888.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.88%
GREEN value IS 137 (53.91% from 255) = 35.04%
BLUE value IS 188 (73.83% from 255) = 48.08%
R=16.88%
G=35.04%
B=48.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal661371880.650.2700.26205.0848.0349.8
Hex4289BC411B01Acd3032
Octal102211274101330323156062
Binary1000010100010011011110010000011101101101011001101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4289BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4289BC; }

 p { color: rgb(66,137,188); }

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

<style>
 a { background-color: #4289BC; }

 a { background-color: rgb(66,137,188); }

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

<style>
 span { border-color: #4289BC; }

 span { border-color: rgb(66,137,188); }

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