Html Css Color HEX #295E6F Blumine

📋 copy color: '#295E6F'

red 41 ◦ green 94 ◦ blue 111

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

Shades of Blumine #295E6F

Tints of Blumine #295E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 45.12%

R = 16.67%
G = 38.21%
B = 45.12%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#295E6F (or 0x295E6F) is known color: Blumine. HEX triplet: 29, 5E and 6F. RGB value is (41,94,111). Sum of RGB (Red+Green+Blue) = 41+94+111=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 111 - color contains mainly: blue. Hex color #295E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295E6F is #D6A190. Grayscale: #4F4F4F. Windows color (decimal): -14066065 or 7298601. OLE color: 7298601.

HSL color Cylindrical-coordinate representation of color #295E6F: hue angle of 194.57º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #295E6F is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 94 111 -
CMYK 0.63 0.15 0 0.56
HSL 194.57º 0.46% 0.3% -
HSV(B) 194.57º 0.63% 0.44% -
XYZ 7.79 9.62 16.49 -
YUV 80.09 145.44 100.12 -
System Red Green Blue C M Y K H S L
Decimal 41 94 111 0.63 0.15 0 0.56 194.57 0.46 0.3
Hex 29 5E 6F 3F F 0 38 C3 2E 1E
Octal 51 136 157 77 17 0 70 303 56 36
Binary 101001 1011110 1101111 111111 1111 0 111000 11000011 101110 11110

Color Harmonies of #295E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295E6F

Black with #295E6F

Text Example


Text Example

White with #295E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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