Html Css Color HEX #2D6174 Blumine

📋 copy color: '#2D6174'

red 45 ◦ green 97 ◦ blue 116

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

Shades of Blumine #2D6174

Tints of Blumine #2D6174

RGB

 RED value IS 45 (17.97% from 255) = 17.44%

 GREEN value IS 97 (38.28% from 255) = 37.6%

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

R = 17.44%
G = 37.6%
B = 44.96%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2D6174 (or 0x2D6174) is known color: Blumine. HEX triplet: 2D, 61 and 74. RGB value is (45,97,116). Sum of RGB (Red+Green+Blue) = 45+97+116=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 116 - color contains mainly: blue. Hex color #2D6174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6174 is #D29E8B. Grayscale: #535353. Windows color (decimal): -13803148 or 7627053. OLE color: 7627053.

HSL color Cylindrical-coordinate representation of color #2D6174: hue angle of 196.06º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D6174 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 45 97 116 -
CMYK 0.61 0.16 0 0.55
HSL 196.06º 0.44% 0.32% -
HSV(B) 196.06º 0.61% 0.45% -
XYZ 8.51 10.37 18.08 -
YUV 83.62 146.27 100.46 -
System Red Green Blue C M Y K H S L
Decimal 45 97 116 0.61 0.16 0 0.55 196.06 0.44 0.32
Hex 2D 61 74 3D 10 0 37 C4 2C 20
Octal 55 141 164 75 20 0 67 304 54 40
Binary 101101 1100001 1110100 111101 10000 0 110111 11000100 101100 100000

Color Harmonies of #2D6174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6174

Black with #2D6174

Text Example


Text Example

White with #2D6174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,97,116); }

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

background-color css

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

 a { background-color: rgb(45,97,116); }

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

border-color css

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

 span { border-color: rgb(45,97,116); }

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