#296374

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

Shades of Blumine #296374

Tints of Blumine #296374

Color information

#296374 (or 0x296374) is unknown color: approx Blumine. HEX triplet: 29, 63 and 74. RGB value is (41,99,116). Sum of RGB (Red+Green+Blue) = 41+99+116=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 116 (45.70% from 255 or 45.31% from 256); Max value from RGB is 116 - color contains mainly: blue. Hex color #296374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296374 is #D69C8B. Grayscale: #535353. Windows color (decimal): -14064780 or 7627561. OLE color: 7627561.

HSL color Cylindrical-coordinate representation of color #296374: hue angle of 193.6º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #296374 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4199116-
CMYK0.650.1500.55
HSL193.6º47.77%30.78%-
HSV(B)193.6º64.66%45.49%-
XYZ8.5310.6618.13-
YUV83.6146.2897.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.02%
GREEN value IS 99 (39.06% from 255) = 38.67%
BLUE value IS 116 (45.70% from 255) = 45.31%
R=16.02%
G=38.67%
B=45.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41991160.650.1500.55193.647.7730.78
Hex29637441F037c2301f
Octal51143164101170673026037
Binary101001110001111101001000001111101101111100001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296374; }

 p { color: rgb(41,99,116); }

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

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

 a { background-color: rgb(41,99,116); }

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

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

 span { border-color: rgb(41,99,116); }

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