#4191CE

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

Shades of Curious Blue #4191CE

Tints of Curious Blue #4191CE

Color information

#4191CE (or 0x4191CE) is unknown color: approx Curious Blue. HEX triplet: 41, 91 and CE. RGB value is (65,145,206). Sum of RGB (Red+Green+Blue) = 65+145+206=416 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.62% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #4191CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4191CE is #BE6E31. Grayscale: #7F7F7F. Windows color (decimal): -12480050 or 13537601. OLE color: 13537601.

HSL color Cylindrical-coordinate representation of color #4191CE: hue angle of 205.96º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4191CE is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB65145206-
CMYK0.680.3000.19
HSL205.96º59%53.14%-
HSV(B)205.96º68.45%80.78%-
XYZ23.4525.8362.14-
YUV128.0317283.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.62%
GREEN value IS 145 (57.03% from 255) = 34.86%
BLUE value IS 206 (80.86% from 255) = 49.52%
R=15.62%
G=34.86%
B=49.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal651452060.680.3000.19205.965953.14
Hex4191CE441E013ce3b35
Octal101221316104360233167365
Binary1000001100100011100111010001001111001001111001110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4191CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4191CE; }

 p { color: rgb(65,145,206); }

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

<style>
 a { background-color: #4191CE; }

 a { background-color: rgb(65,145,206); }

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

<style>
 span { border-color: #4191CE; }

 span { border-color: rgb(65,145,206); }

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