Html Css Color HEX #2D6074 Blumine

📋 copy color: '#2D6074'

red 45 ◦ green 96 ◦ blue 116

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

Shades of Blumine #2D6074

Tints of Blumine #2D6074

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.35%

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

R = 17.51%
G = 37.35%
B = 45.14%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2D6074 (or 0x2D6074) is known color: Blumine. HEX triplet: 2D, 60 and 74. RGB value is (45,96,116). Sum of RGB (Red+Green+Blue) = 45+96+116=257 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.51% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 116 - color contains mainly: blue. Hex color #2D6074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6074 is #D29F8B. Grayscale: #525252. Windows color (decimal): -13803404 or 7626797. OLE color: 7626797.

HSL color Cylindrical-coordinate representation of color #2D6074: hue angle of 196.9º 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 #2D6074 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 45 96 116 -
CMYK 0.61 0.17 0 0.55
HSL 196.9º 0.44% 0.32% -
HSV(B) 196.9º 0.61% 0.45% -
XYZ 8.42 10.18 18.05 -
YUV 83.03 146.6 100.87 -
System Red Green Blue C M Y K H S L
Decimal 45 96 116 0.61 0.17 0 0.55 196.9 0.44 0.32
Hex 2D 60 74 3D 11 0 37 C5 2C 20
Octal 55 140 164 75 21 0 67 305 54 40
Binary 101101 1100000 1110100 111101 10001 0 110111 11000101 101100 100000

Color Harmonies of #2D6074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6074

Black with #2D6074

Text Example


Text Example

White with #2D6074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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