Html Css Color HEX #2B6268 Blumine

📋 copy color: '#2B6268'

red 43 ◦ green 98 ◦ blue 104

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

Shades of Blumine #2B6268

Tints of Blumine #2B6268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 42.45%

R = 17.55%
G = 40%
B = 42.45%

CMYK

 C value IS 0.59

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2B6268 (or 0x2B6268) is known color: Blumine. HEX triplet: 2B, 62 and 68. RGB value is (43,98,104). Sum of RGB (Red+Green+Blue) = 43+98+104=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 104 - color contains mainly: blue. Hex color #2B6268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6268 is #D49D97. Grayscale: #525252. Windows color (decimal): -13933976 or 6840875. OLE color: 6840875.

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

Color convert

RGB 43 98 104 -
CMYK 0.59 0.06 0 0.59
HSL 185.9º 0.41% 0.29% -
HSV(B) 185.9º 0.59% 0.41% -
XYZ 7.86 10.25 14.66 -
YUV 82.24 140.28 100.01 -
System Red Green Blue C M Y K H S L
Decimal 43 98 104 0.59 0.06 0 0.59 185.9 0.41 0.29
Hex 2B 62 68 3B 6 0 3B BA 29 1D
Octal 53 142 150 73 6 0 73 272 51 35
Binary 101011 1100010 1101000 111011 110 0 111011 10111010 101001 11101

Color Harmonies of #2B6268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6268

Black with #2B6268

Text Example


Text Example

White with #2B6268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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