Html Css Color HEX #2B6073 Blumine

📋 copy color: '#2B6073'

red 43 ◦ green 96 ◦ blue 115

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

Shades of Blumine #2B6073

Tints of Blumine #2B6073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 45.28%

R = 16.93%
G = 37.8%
B = 45.28%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2B6073 (or 0x2B6073) is known color: Blumine. HEX triplet: 2B, 60 and 73. RGB value is (43,96,115). Sum of RGB (Red+Green+Blue) = 43+96+115=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #2B6073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6073 is #D49F8C. Grayscale: #525252. Windows color (decimal): -13934477 or 7561259. OLE color: 7561259.

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

Color convert

RGB 43 96 115 -
CMYK 0.63 0.17 0 0.55
HSL 195.83º 0.46% 0.31% -
HSV(B) 195.83º 0.63% 0.45% -
XYZ 8.27 10.12 17.74 -
YUV 82.32 146.44 99.96 -
System Red Green Blue C M Y K H S L
Decimal 43 96 115 0.63 0.17 0 0.55 195.83 0.46 0.31
Hex 2B 60 73 3F 11 0 37 C4 2E 1F
Octal 53 140 163 77 21 0 67 304 56 37
Binary 101011 1100000 1110011 111111 10001 0 110111 11000100 101110 11111

Color Harmonies of #2B6073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6073

Black with #2B6073

Text Example


Text Example

White with #2B6073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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