Html Css Color HEX #295F69 Blumine

📋 copy color: '#295F69'

red 41 ◦ green 95 ◦ blue 105

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

Shades of Blumine #295F69

Tints of Blumine #295F69

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.42%

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

R = 17.01%
G = 39.42%
B = 43.57%

CMYK

 C value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#295F69 (or 0x295F69) is known color: Blumine. HEX triplet: 29, 5F and 69. RGB value is (41,95,105). Sum of RGB (Red+Green+Blue) = 41+95+105=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #295F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295F69 is #D6A096. Grayscale: #4F4F4F. Windows color (decimal): -14065815 or 6905641. OLE color: 6905641.

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

Color convert

RGB 41 95 105 -
CMYK 0.61 0.10 0 0.59
HSL 189.38º 0.44% 0.29% -
HSV(B) 189.38º 0.61% 0.41% -
XYZ 7.56 9.68 14.83 -
YUV 79.99 142.11 100.19 -
System Red Green Blue C M Y K H S L
Decimal 41 95 105 0.61 0.10 0 0.59 189.38 0.44 0.29
Hex 29 5F 69 3D A 0 3B BD 2C 1D
Octal 51 137 151 75 12 0 73 275 54 35
Binary 101001 1011111 1101001 111101 1010 0 111011 10111101 101100 11101

Color Harmonies of #295F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295F69

Black with #295F69

Text Example


Text Example

White with #295F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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