Html Css Color HEX #2C5D74 Blumine

📋 copy color: '#2C5D74'

red 44 ◦ green 93 ◦ blue 116

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

Shades of Blumine #2C5D74

Tints of Blumine #2C5D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 45.85%

R = 17.39%
G = 36.76%
B = 45.85%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2C5D74 (or 0x2C5D74) is known color: Blumine. HEX triplet: 2C, 5D and 74. RGB value is (44,93,116). Sum of RGB (Red+Green+Blue) = 44+93+116=253 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.39% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 116 - color contains mainly: blue. Hex color #2C5D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5D74 is #D3A28B. Grayscale: #505050. Windows color (decimal): -13869708 or 7626028. OLE color: 7626028.

HSL color Cylindrical-coordinate representation of color #2C5D74: hue angle of 199.17º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C5D74 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 44 93 116 -
CMYK 0.62 0.20 0 0.55
HSL 199.17º 0.45% 0.31% -
HSV(B) 199.17º 0.62% 0.45% -
XYZ 8.11 9.63 17.95 -
YUV 80.97 147.77 101.63 -
System Red Green Blue C M Y K H S L
Decimal 44 93 116 0.62 0.20 0 0.55 199.17 0.45 0.31
Hex 2C 5D 74 3E 14 0 37 C7 2D 1F
Octal 54 135 164 76 24 0 67 307 55 37
Binary 101100 1011101 1110100 111110 10100 0 110111 11000111 101101 11111

Color Harmonies of #2C5D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5D74

Black with #2C5D74

Text Example


Text Example

White with #2C5D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,93,116); }

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

background-color css

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

 a { background-color: rgb(44,93,116); }

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

border-color css

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

 span { border-color: rgb(44,93,116); }

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