#4195CE

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

Shades of Curious Blue #4195CE

Tints of Curious Blue #4195CE

Color information

#4195CE (or 0x4195CE) is unknown color: approx Curious Blue. HEX triplet: 41, 95 and CE. RGB value is (65,149,206). Sum of RGB (Red+Green+Blue) = 65+149+206=420 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.48% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #4195CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4195CE is #BE6A31. Grayscale: #828282. Windows color (decimal): -12479026 or 13538625. OLE color: 13538625.

HSL color Cylindrical-coordinate representation of color #4195CE: hue angle of 204.26º 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 #4195CE is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB65149206-
CMYK0.680.2800.19
HSL204.26º59%53.14%-
HSV(B)204.26º68.45%80.78%-
XYZ24.0727.0762.35-
YUV130.38170.6781.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.48%
GREEN value IS 149 (58.59% from 255) = 35.48%
BLUE value IS 206 (80.86% from 255) = 49.05%
R=15.48%
G=35.48%
B=49.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal651492060.680.2800.19204.265953.14
Hex4195CE441C013cc3b35
Octal101225316104340233147365
Binary1000001100101011100111010001001110001001111001100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4195CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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