Html Css Color HEX #2B606D Blumine

📋 copy color: '#2B606D'

red 43 ◦ green 96 ◦ blue 109

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

Shades of Blumine #2B606D

Tints of Blumine #2B606D

RGB

 RED value IS 43 (17.19% from 255) = 17.34%

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

 BLUE value IS 109 (42.97% from 255) = 43.95%

R = 17.34%
G = 38.71%
B = 43.95%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2B606D (or 0x2B606D) is known color: Blumine. HEX triplet: 2B, 60 and 6D. RGB value is (43,96,109). Sum of RGB (Red+Green+Blue) = 43+96+109=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 109 - color contains mainly: blue. Hex color #2B606D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B606D is #D49F92. Grayscale: #515151. Windows color (decimal): -13934483 or 7168043. OLE color: 7168043.

HSL color Cylindrical-coordinate representation of color #2B606D: hue angle of 191.82º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B606D is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 43 96 109 -
CMYK 0.61 0.12 0 0.57
HSL 191.82º 0.43% 0.3% -
HSV(B) 191.82º 0.61% 0.43% -
XYZ 7.94 9.98 15.98 -
YUV 81.64 143.44 100.44 -
System Red Green Blue C M Y K H S L
Decimal 43 96 109 0.61 0.12 0 0.57 191.82 0.43 0.3
Hex 2B 60 6D 3D C 0 39 C0 2B 1E
Octal 53 140 155 75 14 0 71 300 53 36
Binary 101011 1100000 1101101 111101 1100 0 111001 11000000 101011 11110

Color Harmonies of #2B606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B606D

Black with #2B606D

Text Example


Text Example

White with #2B606D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,96,109); }

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

background-color css

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

 a { background-color: rgb(43,96,109); }

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

border-color css

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

 span { border-color: rgb(43,96,109); }

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