#417ECC

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

Shades of Curious Blue #417ECC

Tints of Curious Blue #417ECC

Color information

#417ECC (or 0x417ECC) is unknown color: approx Curious Blue. HEX triplet: 41, 7E and CC. RGB value is (65,126,204). Sum of RGB (Red+Green+Blue) = 65+126+204=395 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.46% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #417ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417ECC is #BE8133. Grayscale: #747474. Windows color (decimal): -12484916 or 13401665. OLE color: 13401665.

HSL color Cylindrical-coordinate representation of color #417ECC: hue angle of 213.67º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #417ECC is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB65126204-
CMYK0.680.3800.2
HSL213.67º57.68%52.75%-
HSV(B)213.67º68.14%80%-
XYZ20.5420.4159.98-
YUV116.65177.2991.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.46%
GREEN value IS 126 (49.61% from 255) = 31.90%
BLUE value IS 204 (80.08% from 255) = 51.65%
R=16.46%
G=31.90%
B=51.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal651262040.680.3800.2213.6757.6852.75
Hex417ECC4426014d63a35
Octal101176314104460243267265
Binary1000001111111011001100100010010011001010011010110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417ECC; }

 p { color: rgb(65,126,204); }

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

<style>
 a { background-color: #417ECC; }

 a { background-color: rgb(65,126,204); }

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

<style>
 span { border-color: #417ECC; }

 span { border-color: rgb(65,126,204); }

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