Html Css Color HEX #2B5F73 Blumine

📋 copy color: '#2B5F73'

red 43 ◦ green 95 ◦ blue 115

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

Shades of Blumine #2B5F73

Tints of Blumine #2B5F73

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.55%

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

R = 17%
G = 37.55%
B = 45.45%

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

#2B5F73 (or 0x2B5F73) is known color: Blumine. HEX triplet: 2B, 5F and 73. RGB value is (43,95,115). Sum of RGB (Red+Green+Blue) = 43+95+115=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #2B5F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5F73 is #D4A08C. Grayscale: #515151. Windows color (decimal): -13934733 or 7561003. OLE color: 7561003.

HSL color Cylindrical-coordinate representation of color #2B5F73: hue angle of 196.67º 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 #2B5F73 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 95 115 -
CMYK 0.63 0.17 0 0.55
HSL 196.67º 0.46% 0.31% -
HSV(B) 196.67º 0.63% 0.45% -
XYZ 8.18 9.94 17.71 -
YUV 81.73 146.77 100.37 -
System Red Green Blue C M Y K H S L
Decimal 43 95 115 0.63 0.17 0 0.55 196.67 0.46 0.31
Hex 2B 5F 73 3F 11 0 37 C5 2E 1F
Octal 53 137 163 77 21 0 67 305 56 37
Binary 101011 1011111 1110011 111111 10001 0 110111 11000101 101110 11111

Color Harmonies of #2B5F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5F73

Black with #2B5F73

Text Example


Text Example

White with #2B5F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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