Html Css Color HEX #2B5D71 Blumine

📋 copy color: '#2B5D71'

red 43 ◦ green 93 ◦ blue 113

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

Shades of Blumine #2B5D71

Tints of Blumine #2B5D71

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.35%

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

R = 17.27%
G = 37.35%
B = 45.38%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2B5D71 (or 0x2B5D71) is known color: Blumine. HEX triplet: 2B, 5D and 71. RGB value is (43,93,113). Sum of RGB (Red+Green+Blue) = 43+93+113=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 113 - color contains mainly: blue. Hex color #2B5D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5D71 is #D4A28E. Grayscale: #505050. Windows color (decimal): -13935247 or 7429419. OLE color: 7429419.

HSL color Cylindrical-coordinate representation of color #2B5D71: hue angle of 197.14º 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 #2B5D71 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 43 93 113 -
CMYK 0.62 0.18 0 0.56
HSL 197.14º 0.45% 0.31% -
HSV(B) 197.14º 0.62% 0.44% -
XYZ 7.89 9.53 17.05 -
YUV 80.33 146.44 101.37 -
System Red Green Blue C M Y K H S L
Decimal 43 93 113 0.62 0.18 0 0.56 197.14 0.45 0.31
Hex 2B 5D 71 3E 12 0 38 C5 2D 1F
Octal 53 135 161 76 22 0 70 305 55 37
Binary 101011 1011101 1110001 111110 10010 0 111000 11000101 101101 11111

Color Harmonies of #2B5D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5D71

Black with #2B5D71

Text Example


Text Example

White with #2B5D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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