Html Css Color HEX #295962 Blumine

📋 copy color: '#295962'

red 41 ◦ green 89 ◦ blue 98

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

Shades of Blumine #295962

Tints of Blumine #295962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.04%

 BLUE value IS 98 (38.67% from 255) = 42.98%

R = 17.98%
G = 39.04%
B = 42.98%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#295962 (or 0x295962) is known color: Blumine. HEX triplet: 29, 59 and 62. RGB value is (41,89,98). Sum of RGB (Red+Green+Blue) = 41+89+98=228 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.98% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 98 - color contains mainly: blue. Hex color #295962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295962 is #D6A69D. Grayscale: #4B4B4B. Windows color (decimal): -14067358 or 6445353. OLE color: 6445353.

HSL color Cylindrical-coordinate representation of color #295962: hue angle of 189.47º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #295962 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 89 98 -
CMYK 0.58 0.09 0 0.62
HSL 189.47º 0.41% 0.27% -
HSV(B) 189.47º 0.58% 0.38% -
XYZ 6.69 8.5 12.84 -
YUV 75.67 140.6 103.27 -
System Red Green Blue C M Y K H S L
Decimal 41 89 98 0.58 0.09 0 0.62 189.47 0.41 0.27
Hex 29 59 62 3A 9 0 3E BD 29 1B
Octal 51 131 142 72 11 0 76 275 51 33
Binary 101001 1011001 1100010 111010 1001 0 111110 10111101 101001 11011

Color Harmonies of #295962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295962

Black with #295962

Text Example


Text Example

White with #295962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295962; }

 p { color: rgb(41,89,98); }

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

background-color css

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

 a { background-color: rgb(41,89,98); }

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

border-color css

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

 span { border-color: rgb(41,89,98); }

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