Html Css Color HEX #2D656A Blumine

📋 copy color: '#2D656A'

red 45 ◦ green 101 ◦ blue 106

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

Shades of Blumine #2D656A

Tints of Blumine #2D656A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.08%

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

R = 17.86%
G = 40.08%
B = 42.06%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2D656A (or 0x2D656A) is known color: Blumine. HEX triplet: 2D, 65 and 6A. RGB value is (45,101,106). Sum of RGB (Red+Green+Blue) = 45+101+106=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 106 - color contains mainly: blue. Hex color #2D656A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D656A is #D29A95. Grayscale: #545454. Windows color (decimal): -13802134 or 6972717. OLE color: 6972717.

HSL color Cylindrical-coordinate representation of color #2D656A: hue angle of 184.92º 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 #2D656A is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 45 101 106 -
CMYK 0.58 0.05 0 0.58
HSL 184.92º 0.4% 0.3% -
HSV(B) 184.92º 0.58% 0.42% -
XYZ 8.34 10.91 15.3 -
YUV 84.83 139.95 99.59 -
System Red Green Blue C M Y K H S L
Decimal 45 101 106 0.58 0.05 0 0.58 184.92 0.4 0.3
Hex 2D 65 6A 3A 5 0 3A B9 28 1E
Octal 55 145 152 72 5 0 72 271 50 36
Binary 101101 1100101 1101010 111010 101 0 111010 10111001 101000 11110

Color Harmonies of #2D656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D656A

Black with #2D656A

Text Example


Text Example

White with #2D656A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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