Html Css Color HEX #2B6267 Blumine

📋 copy color: '#2B6267'

red 43 ◦ green 98 ◦ blue 103

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

Shades of Blumine #2B6267

Tints of Blumine #2B6267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 42.21%

R = 17.62%
G = 40.16%
B = 42.21%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2B6267 (or 0x2B6267) is known color: Blumine. HEX triplet: 2B, 62 and 67. RGB value is (43,98,103). Sum of RGB (Red+Green+Blue) = 43+98+103=244 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.62% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 103 (40.62% from 255 or 42.21% from 244); Max value from RGB is 103 - color contains mainly: blue. Hex color #2B6267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6267 is #D49D98. Grayscale: #525252. Windows color (decimal): -13933977 or 6775339. OLE color: 6775339.

HSL color Cylindrical-coordinate representation of color #2B6267: hue angle of 185º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B6267 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 43 98 103 -
CMYK 0.58 0.05 0 0.60
HSL 185º 0.41% 0.29% -
HSV(B) 185º 0.58% 0.4% -
XYZ 7.81 10.23 14.39 -
YUV 82.13 139.78 100.09 -
System Red Green Blue C M Y K H S L
Decimal 43 98 103 0.58 0.05 0 0.60 185 0.41 0.29
Hex 2B 62 67 3A 5 0 3C B9 29 1D
Octal 53 142 147 72 5 0 74 271 51 35
Binary 101011 1100010 1100111 111010 101 0 111100 10111001 101001 11101

Color Harmonies of #2B6267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6267

Black with #2B6267

Text Example


Text Example

White with #2B6267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,98,103); }

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

background-color css

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

 a { background-color: rgb(43,98,103); }

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

border-color css

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

 span { border-color: rgb(43,98,103); }

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