#296273

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

Shades of Blumine #296273

Tints of Blumine #296273

Color information

#296273 (or 0x296273) is unknown color: approx Blumine. HEX triplet: 29, 62 and 73. RGB value is (41,98,115). Sum of RGB (Red+Green+Blue) = 41+98+115=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #296273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296273 is #D69D8C. Grayscale: #525252. Windows color (decimal): -14065037 or 7561769. OLE color: 7561769.

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

Color convert

RGB4198115-
CMYK0.640.1500.55
HSL193.78º47.44%30.59%-
HSV(B)193.78º64.35%45.1%-
XYZ8.3810.4417.79-
YUV82.9146.1298.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.14%
GREEN value IS 98 (38.67% from 255) = 38.58%
BLUE value IS 115 (45.31% from 255) = 45.28%
R=16.14%
G=38.58%
B=45.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41981150.640.1500.55193.7847.4430.59
Hex29627340F037c22f1f
Octal51142163100170673025737
Binary101001110001011100111000000111101101111100001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296273; }

 p { color: rgb(41,98,115); }

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

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

 a { background-color: rgb(41,98,115); }

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

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

 span { border-color: rgb(41,98,115); }

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