Html Css Color HEX #295E66 Blumine

📋 copy color: '#295E66'

red 41 ◦ green 94 ◦ blue 102

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

Shades of Blumine #295E66

Tints of Blumine #295E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 43.04%

R = 17.3%
G = 39.66%
B = 43.04%

CMYK

 C value IS 0.60

 M value IS 0.08

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#295E66 (or 0x295E66) is known color: Blumine. HEX triplet: 29, 5E and 66. RGB value is (41,94,102). Sum of RGB (Red+Green+Blue) = 41+94+102=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 102 - color contains mainly: blue. Hex color #295E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295E66 is #D6A199. Grayscale: #4E4E4E. Windows color (decimal): -14066074 or 6708777. OLE color: 6708777.

HSL color Cylindrical-coordinate representation of color #295E66: hue angle of 187.87º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #295E66 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 41 94 102 -
CMYK 0.60 0.08 0 0.6
HSL 187.87º 0.43% 0.28% -
HSV(B) 187.87º 0.6% 0.4% -
XYZ 7.32 9.44 14.01 -
YUV 79.07 140.94 100.85 -
System Red Green Blue C M Y K H S L
Decimal 41 94 102 0.60 0.08 0 0.6 187.87 0.43 0.28
Hex 29 5E 66 3C 8 0 3C BC 2B 1C
Octal 51 136 146 74 10 0 74 274 53 34
Binary 101001 1011110 1100110 111100 1000 0 111100 10111100 101011 11100

Color Harmonies of #295E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295E66

Black with #295E66

Text Example


Text Example

White with #295E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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