Html Css Color HEX #2B5D6C Blumine

📋 copy color: '#2B5D6C'

red 43 ◦ green 93 ◦ blue 108

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

Shades of Blumine #2B5D6C

Tints of Blumine #2B5D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.26%

R = 17.62%
G = 38.11%
B = 44.26%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2B5D6C (or 0x2B5D6C) is known color: Blumine. HEX triplet: 2B, 5D and 6C. RGB value is (43,93,108). Sum of RGB (Red+Green+Blue) = 43+93+108=244 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.62% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B5D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5D6C is #D4A293. Grayscale: #4F4F4F. Windows color (decimal): -13935252 or 7101739. OLE color: 7101739.

HSL color Cylindrical-coordinate representation of color #2B5D6C: hue angle of 193.85º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B5D6C is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 43 93 108 -
CMYK 0.60 0.14 0 0.58
HSL 193.85º 0.43% 0.3% -
HSV(B) 193.85º 0.6% 0.42% -
XYZ 7.62 9.43 15.61 -
YUV 79.76 143.94 101.78 -
System Red Green Blue C M Y K H S L
Decimal 43 93 108 0.60 0.14 0 0.58 193.85 0.43 0.3
Hex 2B 5D 6C 3C E 0 3A C2 2B 1E
Octal 53 135 154 74 16 0 72 302 53 36
Binary 101011 1011101 1101100 111100 1110 0 111010 11000010 101011 11110

Color Harmonies of #2B5D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5D6C

Black with #2B5D6C

Text Example


Text Example

White with #2B5D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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