Html Css Color HEX #2B496B Cello

📋 copy color: '#2B496B'

red 43 ◦ green 73 ◦ blue 107

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

Shades of Cello #2B496B

Tints of Cello #2B496B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.74%

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

R = 19.28%
G = 32.74%
B = 47.98%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2B496B (or 0x2B496B) is known color: Cello. HEX triplet: 2B, 49 and 6B. RGB value is (43,73,107). Sum of RGB (Red+Green+Blue) = 43+73+107=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B496B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B496B is #D4B694. Grayscale: #434343. Windows color (decimal): -13940373 or 7031083. OLE color: 7031083.

HSL color Cylindrical-coordinate representation of color #2B496B: hue angle of 211.88º 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 #2B496B is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 43 73 107 -
CMYK 0.60 0.32 0 0.58
HSL 211.88º 0.43% 0.29% -
HSV(B) 211.88º 0.6% 0.42% -
XYZ 6.03 6.34 14.82 -
YUV 67.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 43 73 107 0.60 0.32 0 0.58 211.88 0.43 0.29
Hex 2B 49 6B 3C 20 0 3A D4 2B 1D
Octal 53 111 153 74 40 0 72 324 53 35
Binary 101011 1001001 1101011 111100 100000 0 111010 11010100 101011 11101

Color Harmonies of #2B496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B496B

Black with #2B496B

Text Example


Text Example

White with #2B496B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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