Html Css Color HEX #295C6C Blumine

📋 copy color: '#295C6C'

red 41 ◦ green 92 ◦ blue 108

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

Shades of Blumine #295C6C

Tints of Blumine #295C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.81%

R = 17.01%
G = 38.17%
B = 44.81%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#295C6C (or 0x295C6C) is known color: Blumine. HEX triplet: 29, 5C and 6C. RGB value is (41,92,108). Sum of RGB (Red+Green+Blue) = 41+92+108=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #295C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295C6C is #D6A393. Grayscale: #4E4E4E. Windows color (decimal): -14066580 or 7101481. OLE color: 7101481.

HSL color Cylindrical-coordinate representation of color #295C6C: hue angle of 194.33º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #295C6C is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 41 92 108 -
CMYK 0.62 0.15 0 0.58
HSL 194.33º 0.45% 0.29% -
HSV(B) 194.33º 0.62% 0.42% -
XYZ 7.45 9.21 15.57 -
YUV 78.58 144.6 101.2 -
System Red Green Blue C M Y K H S L
Decimal 41 92 108 0.62 0.15 0 0.58 194.33 0.45 0.29
Hex 29 5C 6C 3E F 0 3A C2 2D 1D
Octal 51 134 154 76 17 0 72 302 55 35
Binary 101001 1011100 1101100 111110 1111 0 111010 11000010 101101 11101

Color Harmonies of #295C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C6C

Black with #295C6C

Text Example


Text Example

White with #295C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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