Html Css Color HEX #2C5968 Blumine

📋 copy color: '#2C5968'

red 44 ◦ green 89 ◦ blue 104

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

Shades of Blumine #2C5968

Tints of Blumine #2C5968

RGB

 RED value IS 44 (17.58% from 255) = 18.57%

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

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

R = 18.57%
G = 37.55%
B = 43.88%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2C5968 (or 0x2C5968) is known color: Blumine. HEX triplet: 2C, 59 and 68. RGB value is (44,89,104). Sum of RGB (Red+Green+Blue) = 44+89+104=237 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.57% from 237); Green value is 89 (35.16% from 255 or 37.55% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 104 - color contains mainly: blue. Hex color #2C5968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5968 is #D3A697. Grayscale: #4D4D4D. Windows color (decimal): -13870744 or 6838572. OLE color: 6838572.

HSL color Cylindrical-coordinate representation of color #2C5968: hue angle of 195º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C5968 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 44 89 104 -
CMYK 0.58 0.14 0 0.59
HSL 195º 0.41% 0.29% -
HSV(B) 195º 0.58% 0.41% -
XYZ 7.11 8.68 14.4 -
YUV 77.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 44 89 104 0.58 0.14 0 0.59 195 0.41 0.29
Hex 2C 59 68 3A E 0 3B C3 29 1D
Octal 54 131 150 72 16 0 73 303 51 35
Binary 101100 1011001 1101000 111010 1110 0 111011 11000011 101001 11101

Color Harmonies of #2C5968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5968

Black with #2C5968

Text Example


Text Example

White with #2C5968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C5968; }

 p { color: rgb(44,89,104); }

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

background-color css

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

 a { background-color: rgb(44,89,104); }

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

border-color css

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

 span { border-color: rgb(44,89,104); }

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