Html Css Color HEX #2B6066 Blumine

📋 copy color: '#2B6066'

red 43 ◦ green 96 ◦ blue 102

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

Shades of Blumine #2B6066

Tints of Blumine #2B6066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 42.32%

R = 17.84%
G = 39.83%
B = 42.32%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2B6066 (or 0x2B6066) is known color: Blumine. HEX triplet: 2B, 60 and 66. RGB value is (43,96,102). Sum of RGB (Red+Green+Blue) = 43+96+102=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 102 - color contains mainly: blue. Hex color #2B6066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6066 is #D49F99. Grayscale: #505050. Windows color (decimal): -13934490 or 6709291. OLE color: 6709291.

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

Color convert

RGB 43 96 102 -
CMYK 0.58 0.06 0 0.6
HSL 186.1º 0.41% 0.28% -
HSV(B) 186.1º 0.58% 0.4% -
XYZ 7.58 9.84 14.07 -
YUV 80.84 139.94 101.01 -
System Red Green Blue C M Y K H S L
Decimal 43 96 102 0.58 0.06 0 0.6 186.1 0.41 0.28
Hex 2B 60 66 3A 6 0 3C BA 29 1C
Octal 53 140 146 72 6 0 74 272 51 34
Binary 101011 1100000 1100110 111010 110 0 111100 10111010 101001 11100

Color Harmonies of #2B6066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6066

Black with #2B6066

Text Example


Text Example

White with #2B6066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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