Html Css Color HEX #2B5966 Blumine

📋 copy color: '#2B5966'

red 43 ◦ green 89 ◦ blue 102

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

Shades of Blumine #2B5966

Tints of Blumine #2B5966

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.03%

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

R = 18.38%
G = 38.03%
B = 43.59%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2B5966 (or 0x2B5966) is known color: Blumine. HEX triplet: 2B, 59 and 66. RGB value is (43,89,102). Sum of RGB (Red+Green+Blue) = 43+89+102=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 102 - color contains mainly: blue. Hex color #2B5966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5966 is #D4A699. Grayscale: #4C4C4C. Windows color (decimal): -13936282 or 6707499. OLE color: 6707499.

HSL color Cylindrical-coordinate representation of color #2B5966: hue angle of 193.22º 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 #2B5966 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 43 89 102 -
CMYK 0.58 0.13 0 0.6
HSL 193.22º 0.41% 0.28% -
HSV(B) 193.22º 0.58% 0.4% -
XYZ 6.97 8.62 13.87 -
YUV 76.73 142.26 103.94 -
System Red Green Blue C M Y K H S L
Decimal 43 89 102 0.58 0.13 0 0.6 193.22 0.41 0.28
Hex 2B 59 66 3A D 0 3C C1 29 1C
Octal 53 131 146 72 15 0 74 301 51 34
Binary 101011 1011001 1100110 111010 1101 0 111100 11000001 101001 11100

Color Harmonies of #2B5966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5966

Black with #2B5966

Text Example


Text Example

White with #2B5966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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