Html Css Color HEX #2B6068 Blumine

📋 copy color: '#2B6068'

red 43 ◦ green 96 ◦ blue 104

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

Shades of Blumine #2B6068

Tints of Blumine #2B6068

RGB

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

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

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

R = 17.7%
G = 39.51%
B = 42.8%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2B6068 (or 0x2B6068) is known color: Blumine. HEX triplet: 2B, 60 and 68. RGB value is (43,96,104). Sum of RGB (Red+Green+Blue) = 43+96+104=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: blue. Hex color #2B6068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6068 is #D49F97. Grayscale: #505050. Windows color (decimal): -13934488 or 6840363. OLE color: 6840363.

HSL color Cylindrical-coordinate representation of color #2B6068: hue angle of 187.87º 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 #2B6068 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 43 96 104 -
CMYK 0.59 0.08 0 0.59
HSL 187.87º 0.41% 0.29% -
HSV(B) 187.87º 0.59% 0.41% -
XYZ 7.68 9.88 14.6 -
YUV 81.07 140.94 100.85 -
System Red Green Blue C M Y K H S L
Decimal 43 96 104 0.59 0.08 0 0.59 187.87 0.41 0.29
Hex 2B 60 68 3B 8 0 3B BC 29 1D
Octal 53 140 150 73 10 0 73 274 51 35
Binary 101011 1100000 1101000 111011 1000 0 111011 10111100 101001 11101

Color Harmonies of #2B6068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6068

Black with #2B6068

Text Example


Text Example

White with #2B6068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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