Html Css Color HEX #2B6075 Blumine

📋 copy color: '#2B6075'

red 43 ◦ green 96 ◦ blue 117

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

Shades of Blumine #2B6075

Tints of Blumine #2B6075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.7%

R = 16.8%
G = 37.5%
B = 45.7%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2B6075 (or 0x2B6075) is known color: Blumine. HEX triplet: 2B, 60 and 75. RGB value is (43,96,117). Sum of RGB (Red+Green+Blue) = 43+96+117=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B6075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6075 is #D49F8A. Grayscale: #525252. Windows color (decimal): -13934475 or 7692331. OLE color: 7692331.

HSL color Cylindrical-coordinate representation of color #2B6075: hue angle of 197.03º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B6075 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 43 96 117 -
CMYK 0.63 0.18 0 0.54
HSL 197.03º 0.46% 0.31% -
HSV(B) 197.03º 0.63% 0.46% -
XYZ 8.39 10.16 18.35 -
YUV 82.55 147.44 99.79 -
System Red Green Blue C M Y K H S L
Decimal 43 96 117 0.63 0.18 0 0.54 197.03 0.46 0.31
Hex 2B 60 75 3F 12 0 36 C5 2E 1F
Octal 53 140 165 77 22 0 66 305 56 37
Binary 101011 1100000 1110101 111111 10010 0 110110 11000101 101110 11111

Color Harmonies of #2B6075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6075

Black with #2B6075

Text Example


Text Example

White with #2B6075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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