Html Css Color HEX #2B5D64 Blumine

📋 copy color: '#2B5D64'

red 43 ◦ green 93 ◦ blue 100

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

Shades of Blumine #2B5D64

Tints of Blumine #2B5D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 42.37%

R = 18.22%
G = 39.41%
B = 42.37%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2B5D64 (or 0x2B5D64) is known color: Blumine. HEX triplet: 2B, 5D and 64. RGB value is (43,93,100). Sum of RGB (Red+Green+Blue) = 43+93+100=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 100 (39.45% from 255 or 42.37% from 236); Max value from RGB is 100 - color contains mainly: blue. Hex color #2B5D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5D64 is #D4A29B. Grayscale: #4E4E4E. Windows color (decimal): -13935260 or 6577451. OLE color: 6577451.

HSL color Cylindrical-coordinate representation of color #2B5D64: hue angle of 187.37º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B5D64 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 43 93 100 -
CMYK 0.57 0.07 0 0.61
HSL 187.37º 0.4% 0.28% -
HSV(B) 187.37º 0.57% 0.39% -
XYZ 7.21 9.26 13.46 -
YUV 78.85 139.94 102.43 -
System Red Green Blue C M Y K H S L
Decimal 43 93 100 0.57 0.07 0 0.61 187.37 0.4 0.28
Hex 2B 5D 64 39 7 0 3D BB 28 1C
Octal 53 135 144 71 7 0 75 273 50 34
Binary 101011 1011101 1100100 111001 111 0 111101 10111011 101000 11100

Color Harmonies of #2B5D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5D64

Black with #2B5D64

Text Example


Text Example

White with #2B5D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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