Html Css Color HEX #295C69 Blumine

📋 copy color: '#295C69'

red 41 ◦ green 92 ◦ blue 105

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

Shades of Blumine #295C69

Tints of Blumine #295C69

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.66%

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

R = 17.23%
G = 38.66%
B = 44.12%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#295C69 (or 0x295C69) is known color: Blumine. HEX triplet: 29, 5C and 69. RGB value is (41,92,105). Sum of RGB (Red+Green+Blue) = 41+92+105=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #295C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C69 is #D6A396. Grayscale: #4E4E4E. Windows color (decimal): -14066583 or 6904873. OLE color: 6904873.

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

Color convert

RGB 41 92 105 -
CMYK 0.61 0.12 0 0.59
HSL 192.19º 0.44% 0.29% -
HSV(B) 192.19º 0.61% 0.41% -
XYZ 7.29 9.15 14.75 -
YUV 78.23 143.1 101.44 -
System Red Green Blue C M Y K H S L
Decimal 41 92 105 0.61 0.12 0 0.59 192.19 0.44 0.29
Hex 29 5C 69 3D C 0 3B C0 2C 1D
Octal 51 134 151 75 14 0 73 300 54 35
Binary 101001 1011100 1101001 111101 1100 0 111011 11000000 101100 11101

Color Harmonies of #295C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C69

Black with #295C69

Text Example


Text Example

White with #295C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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