Html Css Color HEX #2D6273 Blumine

📋 copy color: '#2D6273'

red 45 ◦ green 98 ◦ blue 115

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

Shades of Blumine #2D6273

Tints of Blumine #2D6273

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.98%

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

R = 17.44%
G = 37.98%
B = 44.57%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2D6273 (or 0x2D6273) is known color: Blumine. HEX triplet: 2D, 62 and 73. RGB value is (45,98,115). Sum of RGB (Red+Green+Blue) = 45+98+115=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #2D6273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6273 is #D29D8C. Grayscale: #535353. Windows color (decimal): -13802893 or 7561773. OLE color: 7561773.

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

Color convert

RGB 45 98 115 -
CMYK 0.61 0.15 0 0.55
HSL 194.57º 0.44% 0.31% -
HSV(B) 194.57º 0.61% 0.45% -
XYZ 8.54 10.53 17.8 -
YUV 84.09 145.44 100.12 -
System Red Green Blue C M Y K H S L
Decimal 45 98 115 0.61 0.15 0 0.55 194.57 0.44 0.31
Hex 2D 62 73 3D F 0 37 C3 2C 1F
Octal 55 142 163 75 17 0 67 303 54 37
Binary 101101 1100010 1110011 111101 1111 0 110111 11000011 101100 11111

Color Harmonies of #2D6273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D6273

Black with #2D6273

Text Example


Text Example

White with #2D6273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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