Html Css Color HEX #296475 Blumine

📋 copy color: '#296475'

red 41 ◦ green 100 ◦ blue 117

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

Shades of Blumine #296475

Tints of Blumine #296475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.76%

 BLUE value IS 117 (46.09% from 255) = 45.35%

R = 15.89%
G = 38.76%
B = 45.35%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#296475 (or 0x296475) is known color: Blumine. HEX triplet: 29, 64 and 75. RGB value is (41,100,117). Sum of RGB (Red+Green+Blue) = 41+100+117=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: blue. Hex color #296475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296475 is #D69B8A. Grayscale: #545454. Windows color (decimal): -14064523 or 7693353. OLE color: 7693353.

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

Color convert

RGB 41 100 117 -
CMYK 0.65 0.15 0 0.54
HSL 193.42º 0.48% 0.31% -
HSV(B) 193.42º 0.65% 0.46% -
XYZ 8.68 10.87 18.47 -
YUV 84.3 146.45 97.12 -
System Red Green Blue C M Y K H S L
Decimal 41 100 117 0.65 0.15 0 0.54 193.42 0.48 0.31
Hex 29 64 75 41 F 0 36 C1 30 1F
Octal 51 144 165 101 17 0 66 301 60 37
Binary 101001 1100100 1110101 1000001 1111 0 110110 11000001 110000 11111

Color Harmonies of #296475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296475

Black with #296475

Text Example


Text Example

White with #296475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296475; }

 p { color: rgb(41,100,117); }

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

background-color css

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

 a { background-color: rgb(41,100,117); }

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

border-color css

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

 span { border-color: rgb(41,100,117); }

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