Html Css Color HEX #2D646A Blumine

📋 copy color: '#2D646A'

red 45 ◦ green 100 ◦ blue 106

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

Shades of Blumine #2D646A

Tints of Blumine #2D646A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.84%

 BLUE value IS 106 (41.8% from 255) = 42.23%

R = 17.93%
G = 39.84%
B = 42.23%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2D646A (or 0x2D646A) is known color: Blumine. HEX triplet: 2D, 64 and 6A. RGB value is (45,100,106). Sum of RGB (Red+Green+Blue) = 45+100+106=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 106 - color contains mainly: blue. Hex color #2D646A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D646A is #D29B95. Grayscale: #545454. Windows color (decimal): -13802390 or 6972461. OLE color: 6972461.

HSL color Cylindrical-coordinate representation of color #2D646A: hue angle of 185.9º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D646A is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 45 100 106 -
CMYK 0.58 0.06 0 0.58
HSL 185.9º 0.4% 0.3% -
HSV(B) 185.9º 0.58% 0.42% -
XYZ 8.24 10.71 15.27 -
YUV 84.24 140.28 100.01 -
System Red Green Blue C M Y K H S L
Decimal 45 100 106 0.58 0.06 0 0.58 185.9 0.4 0.3
Hex 2D 64 6A 3A 6 0 3A BA 28 1E
Octal 55 144 152 72 6 0 72 272 50 36
Binary 101101 1100100 1101010 111010 110 0 111010 10111010 101000 11110

Color Harmonies of #2D646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D646A

Black with #2D646A

Text Example


Text Example

White with #2D646A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,100,106); }

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

background-color css

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

 a { background-color: rgb(45,100,106); }

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

border-color css

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

 span { border-color: rgb(45,100,106); }

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