Html Css Color HEX #295F70 Blumine

📋 copy color: '#295F70'

red 41 ◦ green 95 ◦ blue 112

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

Shades of Blumine #295F70

Tints of Blumine #295F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.16%

R = 16.53%
G = 38.31%
B = 45.16%

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

#295F70 (or 0x295F70) is known color: Blumine. HEX triplet: 29, 5F and 70. RGB value is (41,95,112). Sum of RGB (Red+Green+Blue) = 41+95+112=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #295F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295F70 is #D6A08F. Grayscale: #505050. Windows color (decimal): -14065808 or 7364393. OLE color: 7364393.

HSL color Cylindrical-coordinate representation of color #295F70: hue angle of 194.37º 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 #295F70 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 95 112 -
CMYK 0.63 0.15 0 0.56
HSL 194.37º 0.46% 0.3% -
HSV(B) 194.37º 0.63% 0.44% -
XYZ 7.93 9.83 16.81 -
YUV 80.79 145.61 99.62 -
System Red Green Blue C M Y K H S L
Decimal 41 95 112 0.63 0.15 0 0.56 194.37 0.46 0.3
Hex 29 5F 70 3F F 0 38 C2 2E 1E
Octal 51 137 160 77 17 0 70 302 56 36
Binary 101001 1011111 1110000 111111 1111 0 111000 11000010 101110 11110

Color Harmonies of #295F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295F70

Black with #295F70

Text Example


Text Example

White with #295F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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