Html Css Color HEX #295D68 Blumine

📋 copy color: '#295D68'

red 41 ◦ green 93 ◦ blue 104

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

Shades of Blumine #295D68

Tints of Blumine #295D68

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.08%

 BLUE value IS 104 (41.02% from 255) = 43.7%

R = 17.23%
G = 39.08%
B = 43.7%

CMYK

 C value IS 0.61

 M value IS 0.11

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#295D68 (or 0x295D68) is known color: Blumine. HEX triplet: 29, 5D and 68. RGB value is (41,93,104). Sum of RGB (Red+Green+Blue) = 41+93+104=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #295D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295D68 is #D6A297. Grayscale: #4E4E4E. Windows color (decimal): -14066328 or 6839593. OLE color: 6839593.

HSL color Cylindrical-coordinate representation of color #295D68: hue angle of 190.48º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #295D68 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 93 104 -
CMYK 0.61 0.11 0 0.59
HSL 190.48º 0.43% 0.28% -
HSV(B) 190.48º 0.61% 0.41% -
XYZ 7.33 9.3 14.51 -
YUV 78.71 142.27 101.11 -
System Red Green Blue C M Y K H S L
Decimal 41 93 104 0.61 0.11 0 0.59 190.48 0.43 0.28
Hex 29 5D 68 3D B 0 3B BE 2B 1C
Octal 51 135 150 75 13 0 73 276 53 34
Binary 101001 1011101 1101000 111101 1011 0 111011 10111110 101011 11100

Color Harmonies of #295D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295D68

Black with #295D68

Text Example


Text Example

White with #295D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,93,104); }

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

background-color css

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

 a { background-color: rgb(41,93,104); }

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

border-color css

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

 span { border-color: rgb(41,93,104); }

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