Html Css Color HEX #2B5D69 Blumine

📋 copy color: '#2B5D69'

red 43 ◦ green 93 ◦ blue 105

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

Shades of Blumine #2B5D69

Tints of Blumine #2B5D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.57%

R = 17.84%
G = 38.59%
B = 43.57%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2B5D69 (or 0x2B5D69) is known color: Blumine. HEX triplet: 2B, 5D and 69. RGB value is (43,93,105). Sum of RGB (Red+Green+Blue) = 43+93+105=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B5D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5D69 is #D4A296. Grayscale: #4F4F4F. Windows color (decimal): -13935255 or 6905131. OLE color: 6905131.

HSL color Cylindrical-coordinate representation of color #2B5D69: hue angle of 191.61º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B5D69 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 43 93 105 -
CMYK 0.59 0.11 0 0.59
HSL 191.61º 0.42% 0.29% -
HSV(B) 191.61º 0.59% 0.41% -
XYZ 7.46 9.36 14.78 -
YUV 79.42 142.44 102.02 -
System Red Green Blue C M Y K H S L
Decimal 43 93 105 0.59 0.11 0 0.59 191.61 0.42 0.29
Hex 2B 5D 69 3B B 0 3B C0 2A 1D
Octal 53 135 151 73 13 0 73 300 52 35
Binary 101011 1011101 1101001 111011 1011 0 111011 11000000 101010 11101

Color Harmonies of #2B5D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5D69

Black with #2B5D69

Text Example


Text Example

White with #2B5D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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