Html Css Color HEX #295B69 Blumine

📋 copy color: '#295B69'

red 41 ◦ green 91 ◦ blue 105

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

Shades of Blumine #295B69

Tints of Blumine #295B69

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.4%

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

R = 17.3%
G = 38.4%
B = 44.3%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#295B69 (or 0x295B69) is known color: Blumine. HEX triplet: 29, 5B and 69. RGB value is (41,91,105). Sum of RGB (Red+Green+Blue) = 41+91+105=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 105 - color contains mainly: blue. Hex color #295B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295B69 is #D6A496. Grayscale: #4D4D4D. Windows color (decimal): -14066839 or 6904617. OLE color: 6904617.

HSL color Cylindrical-coordinate representation of color #295B69: hue angle of 193.12º 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 #295B69 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 91 105 -
CMYK 0.61 0.13 0 0.59
HSL 193.13º 0.44% 0.29% -
HSV(B) 193.13º 0.61% 0.41% -
XYZ 7.21 8.97 14.72 -
YUV 77.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 41 91 105 0.61 0.13 0 0.59 193.13 0.44 0.29
Hex 29 5B 69 3D D 0 3B C1 2C 1D
Octal 51 133 151 75 15 0 73 301 54 35
Binary 101001 1011011 1101001 111101 1101 0 111011 11000001 101100 11101

Color Harmonies of #295B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295B69

Black with #295B69

Text Example


Text Example

White with #295B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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