#4185BF

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

Shades of Curious Blue #4185BF

Tints of Curious Blue #4185BF

Color information

#4185BF (or 0x4185BF) is unknown color: approx Curious Blue. HEX triplet: 41, 85 and BF. RGB value is (65,133,191). Sum of RGB (Red+Green+Blue) = 65+133+191=389 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.71% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #4185BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4185BF is #BE7A40. Grayscale: #767676. Windows color (decimal): -12483137 or 12551489. OLE color: 12551489.

HSL color Cylindrical-coordinate representation of color #4185BF: hue angle of 207.62º 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 #4185BF is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB65133191-
CMYK0.660.3000.25
HSL207.62º49.61%50.2%-
HSV(B)207.62º65.97%74.9%-
XYZ19.9721.6652.42-
YUV119.28168.4789.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.71%
GREEN value IS 133 (52.34% from 255) = 34.19%
BLUE value IS 191 (75% from 255) = 49.10%
R=16.71%
G=34.19%
B=49.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal651331910.660.3000.25207.6249.6150.2
Hex4185BF421E019d03232
Octal101205277102360313206262
Binary1000001100001011011111110000101111001100111010000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4185BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4185BF; }

 p { color: rgb(65,133,191); }

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

<style>
 a { background-color: #4185BF; }

 a { background-color: rgb(65,133,191); }

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

<style>
 span { border-color: #4185BF; }

 span { border-color: rgb(65,133,191); }

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