Html Css Color HEX #2B5F71 Blumine

📋 copy color: '#2B5F71'

red 43 ◦ green 95 ◦ blue 113

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

Shades of Blumine #2B5F71

Tints of Blumine #2B5F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 45.02%

R = 17.13%
G = 37.85%
B = 45.02%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2B5F71 (or 0x2B5F71) is known color: Blumine. HEX triplet: 2B, 5F and 71. RGB value is (43,95,113). Sum of RGB (Red+Green+Blue) = 43+95+113=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #2B5F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5F71 is #D4A08E. Grayscale: #515151. Windows color (decimal): -13934735 or 7429931. OLE color: 7429931.

HSL color Cylindrical-coordinate representation of color #2B5F71: hue angle of 195.43º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B5F71 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 43 95 113 -
CMYK 0.62 0.16 0 0.56
HSL 195.43º 0.45% 0.31% -
HSV(B) 195.43º 0.62% 0.44% -
XYZ 8.07 9.89 17.11 -
YUV 81.5 145.77 100.54 -
System Red Green Blue C M Y K H S L
Decimal 43 95 113 0.62 0.16 0 0.56 195.43 0.45 0.31
Hex 2B 5F 71 3E 10 0 38 C3 2D 1F
Octal 53 137 161 76 20 0 70 303 55 37
Binary 101011 1011111 1110001 111110 10000 0 111000 11000011 101101 11111

Color Harmonies of #2B5F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5F71

Black with #2B5F71

Text Example


Text Example

White with #2B5F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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