Html Css Color HEX #295E6D Blumine

📋 copy color: '#295E6D'

red 41 ◦ green 94 ◦ blue 109

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

Shades of Blumine #295E6D

Tints of Blumine #295E6D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.52%

 BLUE value IS 109 (42.97% from 255) = 44.67%

R = 16.8%
G = 38.52%
B = 44.67%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#295E6D (or 0x295E6D) is known color: Blumine. HEX triplet: 29, 5E and 6D. RGB value is (41,94,109). Sum of RGB (Red+Green+Blue) = 41+94+109=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 109 - color contains mainly: blue. Hex color #295E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295E6D is #D6A192. Grayscale: #4F4F4F. Windows color (decimal): -14066067 or 7167529. OLE color: 7167529.

HSL color Cylindrical-coordinate representation of color #295E6D: hue angle of 193.24º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #295E6D is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 41 94 109 -
CMYK 0.62 0.14 0 0.57
HSL 193.24º 0.45% 0.29% -
HSV(B) 193.24º 0.62% 0.43% -
XYZ 7.68 9.58 15.91 -
YUV 79.86 144.44 100.28 -
System Red Green Blue C M Y K H S L
Decimal 41 94 109 0.62 0.14 0 0.57 193.24 0.45 0.29
Hex 29 5E 6D 3E E 0 39 C1 2D 1D
Octal 51 136 155 76 16 0 71 301 55 35
Binary 101001 1011110 1101101 111110 1110 0 111001 11000001 101101 11101

Color Harmonies of #295E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295E6D

Black with #295E6D

Text Example


Text Example

White with #295E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295E6D; }

 p { color: rgb(41,94,109); }

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

background-color css

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

 a { background-color: rgb(41,94,109); }

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

border-color css

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

 span { border-color: rgb(41,94,109); }

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