#4188BA

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

Shades of Curious Blue #4188BA

Tints of Curious Blue #4188BA

Color information

#4188BA (or 0x4188BA) is unknown color: approx Curious Blue. HEX triplet: 41, 88 and BA. RGB value is (65,136,186). Sum of RGB (Red+Green+Blue) = 65+136+186=387 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.80% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #4188BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4188BA is #BE7745. Grayscale: #787878. Windows color (decimal): -12482374 or 12224577. OLE color: 12224577.

HSL color Cylindrical-coordinate representation of color #4188BA: hue angle of 204.79º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4188BA is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB65136186-
CMYK0.650.2700.27
HSL204.79º48.21%49.22%-
HSV(B)204.79º65.05%72.94%-
XYZ19.8522.2849.71-
YUV120.47164.9888.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.80%
GREEN value IS 136 (53.52% from 255) = 35.14%
BLUE value IS 186 (73.05% from 255) = 48.06%
R=16.80%
G=35.14%
B=48.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal651361860.650.2700.27204.7948.2149.22
Hex4188BA411B01Bcd3031
Octal101210272101330333156061
Binary1000001100010001011101010000011101101101111001101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4188BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,136,186); }

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

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

 a { background-color: rgb(65,136,186); }

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

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

 span { border-color: rgb(65,136,186); }

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