Html Css Color HEX #2D6178 Blumine

📋 copy color: '#2D6178'

red 45 ◦ green 97 ◦ blue 120

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

Shades of Blumine #2D6178

Tints of Blumine #2D6178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.8%

R = 17.18%
G = 37.02%
B = 45.8%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2D6178 (or 0x2D6178) is known color: Blumine. HEX triplet: 2D, 61 and 78. RGB value is (45,97,120). Sum of RGB (Red+Green+Blue) = 45+97+120=262 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.18% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #2D6178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6178 is #D29E87. Grayscale: #535353. Windows color (decimal): -13803144 or 7889197. OLE color: 7889197.

HSL color Cylindrical-coordinate representation of color #2D6178: hue angle of 198.4º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D6178 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 45 97 120 -
CMYK 0.63 0.19 0 0.53
HSL 198.4º 0.45% 0.32% -
HSV(B) 198.4º 0.63% 0.47% -
XYZ 8.75 10.46 19.33 -
YUV 84.07 148.27 100.13 -
System Red Green Blue C M Y K H S L
Decimal 45 97 120 0.63 0.19 0 0.53 198.4 0.45 0.32
Hex 2D 61 78 3F 13 0 35 C6 2D 20
Octal 55 141 170 77 23 0 65 306 55 40
Binary 101101 1100001 1111000 111111 10011 0 110101 11000110 101101 100000

Color Harmonies of #2D6178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6178

Black with #2D6178

Text Example


Text Example

White with #2D6178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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