Html Css Color HEX #2B5C6B Blumine

📋 copy color: '#2B5C6B'

red 43 ◦ green 92 ◦ blue 107

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

Shades of Blumine #2B5C6B

Tints of Blumine #2B5C6B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.02%

 BLUE value IS 107 (42.19% from 255) = 44.21%

R = 17.77%
G = 38.02%
B = 44.21%

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

#2B5C6B (or 0x2B5C6B) is known color: Blumine. HEX triplet: 2B, 5C and 6B. RGB value is (43,92,107). Sum of RGB (Red+Green+Blue) = 43+92+107=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B5C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5C6B is #D4A394. Grayscale: #4E4E4E. Windows color (decimal): -13935509 or 7035947. OLE color: 7035947.

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

Color convert

RGB 43 92 107 -
CMYK 0.60 0.14 0 0.58
HSL 194.06º 0.43% 0.29% -
HSV(B) 194.06º 0.6% 0.42% -
XYZ 7.48 9.23 15.3 -
YUV 79.06 143.77 102.28 -
System Red Green Blue C M Y K H S L
Decimal 43 92 107 0.60 0.14 0 0.58 194.06 0.43 0.29
Hex 2B 5C 6B 3C E 0 3A C2 2B 1D
Octal 53 134 153 74 16 0 72 302 53 35
Binary 101011 1011100 1101011 111100 1110 0 111010 11000010 101011 11101

Color Harmonies of #2B5C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5C6B

Black with #2B5C6B

Text Example


Text Example

White with #2B5C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,92,107); }

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

background-color css

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

 a { background-color: rgb(43,92,107); }

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

border-color css

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

 span { border-color: rgb(43,92,107); }

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