Html Css Color HEX #2D6070 Blumine

📋 copy color: '#2D6070'

red 45 ◦ green 96 ◦ blue 112

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

Shades of Blumine #2D6070

Tints of Blumine #2D6070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.27%

R = 17.79%
G = 37.94%
B = 44.27%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2D6070 (or 0x2D6070) is known color: Blumine. HEX triplet: 2D, 60 and 70. RGB value is (45,96,112). Sum of RGB (Red+Green+Blue) = 45+96+112=253 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.79% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #2D6070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6070 is #D29F8F. Grayscale: #525252. Windows color (decimal): -13803408 or 7364653. OLE color: 7364653.

HSL color Cylindrical-coordinate representation of color #2D6070: hue angle of 194.33º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D6070 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 45 96 112 -
CMYK 0.60 0.14 0 0.56
HSL 194.33º 0.43% 0.31% -
HSV(B) 194.33º 0.6% 0.44% -
XYZ 8.19 10.09 16.85 -
YUV 82.58 144.6 101.2 -
System Red Green Blue C M Y K H S L
Decimal 45 96 112 0.60 0.14 0 0.56 194.33 0.43 0.31
Hex 2D 60 70 3C E 0 38 C2 2B 1F
Octal 55 140 160 74 16 0 70 302 53 37
Binary 101101 1100000 1110000 111100 1110 0 111000 11000010 101011 11111

Color Harmonies of #2D6070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6070

Black with #2D6070

Text Example


Text Example

White with #2D6070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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