Html Css Color HEX #296168 Blumine

📋 copy color: '#296168'

red 41 ◦ green 97 ◦ blue 104

#296168
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blumine #296168

Tints of Blumine #296168

RGB

 RED value IS 41 (16.41% from 255) = 16.94%

 GREEN value IS 97 (38.28% from 255) = 40.08%

 BLUE value IS 104 (41.02% from 255) = 42.98%

R = 16.94%
G = 40.08%
B = 42.98%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#296168 (or 0x296168) is known color: Blumine. HEX triplet: 29, 61 and 68. RGB value is (41,97,104). Sum of RGB (Red+Green+Blue) = 41+97+104=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 104 - color contains mainly: blue. Hex color #296168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296168 is #D69E97. Grayscale: #505050. Windows color (decimal): -14065304 or 6840617. OLE color: 6840617.

HSL color Cylindrical-coordinate representation of color #296168: hue angle of 186.67º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296168 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 97 104 -
CMYK 0.61 0.07 0 0.59
HSL 186.67º 0.43% 0.28% -
HSV(B) 186.67º 0.61% 0.41% -
XYZ 7.69 10.02 14.63 -
YUV 81.05 140.95 99.43 -
System Red Green Blue C M Y K H S L
Decimal 41 97 104 0.61 0.07 0 0.59 186.67 0.43 0.28
Hex 29 61 68 3D 7 0 3B BB 2B 1C
Octal 51 141 150 75 7 0 73 273 53 34
Binary 101001 1100001 1101000 111101 111 0 111011 10111011 101011 11100

Color Harmonies of #296168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296168

Black with #296168

Text Example


Text Example

White with #296168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296168; }

 p { color: rgb(41,97,104); }

 H1.HeaderClassName
 {
   color: #296168;
 }
 .AnyTagClassName
 {
   color: #296168;
 }
</style>

background-color css

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

 a { background-color: rgb(41,97,104); }

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

border-color css

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

 span { border-color: rgb(41,97,104); }

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