#290cff

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

Shades of Blue #290CFF

Tints of Blue #290CFF

Color information

#290CFF (or 0x290CFF) is unknown color: approx Blue. HEX triplet: 29, 0C and FF. RGB value is (41,12,255). Sum of RGB (Red+Green+Blue) = 41+12+255=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 255 (100% from 255 or 82.79% from 308); Max value from RGB is 255 - color contains mainly: blue. Hex color #290CFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290CFF is #D6F300. Grayscale: #2F2F2F. Windows color (decimal): -14086913 or 16714793. OLE color: 16714793.

HSL color Cylindrical-coordinate representation of color #290CFF: hue angle of 247.16º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290CFF is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB4112255-
CMYK0.840.9500
HSL247.16º100%52.35%-
HSV(B)247.16º95.29%100%-
XYZ19.17.9595.14-
YUV48.37244.61122.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.31%
GREEN value IS 12 (5.08% from 255) = 3.90%
BLUE value IS 255 (100% from 255) = 82.79%
R=13.31%
G=3.90%
B=82.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal41122550.840.9500247.1610052.35
Hex29CFF545F00f76434
Octal51143771241370036714464
Binary1010011100111111111010100101111100111101111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290cff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290cff; }

 p { color: rgb(41,12,255); }

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

<style>
 a { background-color: #290cff; }

 a { background-color: rgb(41,12,255); }

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

<style>
 span { border-color: #290cff; }

 span { border-color: rgb(41,12,255); }

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