Html Css Color HEX #2B4C6B Venice Blue

📋 copy color: '#2B4C6B'

red 43 ◦ green 76 ◦ blue 107

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

Shades of Venice Blue #2B4C6B

Tints of Venice Blue #2B4C6B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.63%

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

R = 19.03%
G = 33.63%
B = 47.35%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2B4C6B (or 0x2B4C6B) is known color: Venice Blue. HEX triplet: 2B, 4C and 6B. RGB value is (43,76,107). Sum of RGB (Red+Green+Blue) = 43+76+107=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B4C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4C6B is #D4B394. Grayscale: #454545. Windows color (decimal): -13939605 or 7031851. OLE color: 7031851.

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

Color convert

RGB 43 76 107 -
CMYK 0.60 0.29 0 0.58
HSL 209.06º 0.43% 0.29% -
HSV(B) 209.06º 0.6% 0.42% -
XYZ 6.23 6.74 14.88 -
YUV 69.67 149.07 108.98 -
System Red Green Blue C M Y K H S L
Decimal 43 76 107 0.60 0.29 0 0.58 209.06 0.43 0.29
Hex 2B 4C 6B 3C 1D 0 3A D1 2B 1D
Octal 53 114 153 74 35 0 72 321 53 35
Binary 101011 1001100 1101011 111100 11101 0 111010 11010001 101011 11101

Color Harmonies of #2B4C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4C6B

Black with #2B4C6B

Text Example


Text Example

White with #2B4C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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