Html Css Color HEX #296069 Blumine

📋 copy color: '#296069'

red 41 ◦ green 96 ◦ blue 105

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

Shades of Blumine #296069

Tints of Blumine #296069

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.67%

 BLUE value IS 105 (41.41% from 255) = 43.39%

R = 16.94%
G = 39.67%
B = 43.39%

CMYK

 C value IS 0.61

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#296069 (or 0x296069) is known color: Blumine. HEX triplet: 29, 60 and 69. RGB value is (41,96,105). Sum of RGB (Red+Green+Blue) = 41+96+105=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #296069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296069 is #D69F96. Grayscale: #505050. Windows color (decimal): -14065559 or 6905897. OLE color: 6905897.

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

Color convert

RGB 41 96 105 -
CMYK 0.61 0.09 0 0.59
HSL 188.44º 0.44% 0.29% -
HSV(B) 188.44º 0.61% 0.41% -
XYZ 7.65 9.86 14.86 -
YUV 80.58 141.78 99.77 -
System Red Green Blue C M Y K H S L
Decimal 41 96 105 0.61 0.09 0 0.59 188.44 0.44 0.29
Hex 29 60 69 3D 9 0 3B BC 2C 1D
Octal 51 140 151 75 11 0 73 274 54 35
Binary 101001 1100000 1101001 111101 1001 0 111011 10111100 101100 11101

Color Harmonies of #296069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296069

Black with #296069

Text Example


Text Example

White with #296069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296069; }

 p { color: rgb(41,96,105); }

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

background-color css

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

 a { background-color: rgb(41,96,105); }

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

border-color css

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

 span { border-color: rgb(41,96,105); }

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