Html Css Color HEX #2D606B Blumine

📋 copy color: '#2D606B'

red 45 ◦ green 96 ◦ blue 107

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

Shades of Blumine #2D606B

Tints of Blumine #2D606B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 43.15%

R = 18.15%
G = 38.71%
B = 43.15%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2D606B (or 0x2D606B) is known color: Blumine. HEX triplet: 2D, 60 and 6B. RGB value is (45,96,107). Sum of RGB (Red+Green+Blue) = 45+96+107=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 107 - color contains mainly: blue. Hex color #2D606B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D606B is #D29F94. Grayscale: #515151. Windows color (decimal): -13803413 or 7036973. OLE color: 7036973.

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

Color convert

RGB 45 96 107 -
CMYK 0.58 0.10 0 0.58
HSL 190.65º 0.41% 0.3% -
HSV(B) 190.65º 0.58% 0.42% -
XYZ 7.92 9.99 15.42 -
YUV 82.01 142.1 101.61 -
System Red Green Blue C M Y K H S L
Decimal 45 96 107 0.58 0.10 0 0.58 190.65 0.41 0.3
Hex 2D 60 6B 3A A 0 3A BF 29 1E
Octal 55 140 153 72 12 0 72 277 51 36
Binary 101101 1100000 1101011 111010 1010 0 111010 10111111 101001 11110

Color Harmonies of #2D606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D606B

Black with #2D606B

Text Example


Text Example

White with #2D606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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