Html Css Color HEX #2D6773 Blumine

📋 copy color: '#2D6773'

red 45 ◦ green 103 ◦ blue 115

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

Shades of Blumine #2D6773

Tints of Blumine #2D6773

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.16%

 BLUE value IS 115 (45.31% from 255) = 43.73%

R = 17.11%
G = 39.16%
B = 43.73%

CMYK

 C value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2D6773 (or 0x2D6773) is known color: Blumine. HEX triplet: 2D, 67 and 73. RGB value is (45,103,115). Sum of RGB (Red+Green+Blue) = 45+103+115=263 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.11% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #2D6773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6773 is #D2988C. Grayscale: #565656. Windows color (decimal): -13801613 or 7563053. OLE color: 7563053.

HSL color Cylindrical-coordinate representation of color #2D6773: hue angle of 190.29º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D6773 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 45 103 115 -
CMYK 0.61 0.10 0 0.55
HSL 190.29º 0.44% 0.31% -
HSV(B) 190.29º 0.61% 0.45% -
XYZ 9.03 11.5 17.96 -
YUV 87.03 143.78 98.02 -
System Red Green Blue C M Y K H S L
Decimal 45 103 115 0.61 0.10 0 0.55 190.29 0.44 0.31
Hex 2D 67 73 3D A 0 37 BE 2C 1F
Octal 55 147 163 75 12 0 67 276 54 37
Binary 101101 1100111 1110011 111101 1010 0 110111 10111110 101100 11111

Color Harmonies of #2D6773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6773

Black with #2D6773

Text Example


Text Example

White with #2D6773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,103,115); }

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

background-color css

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

 a { background-color: rgb(45,103,115); }

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

border-color css

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

 span { border-color: rgb(45,103,115); }

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