Html Css Color HEX #2B486C Venice Blue

📋 copy color: '#2B486C'

red 43 ◦ green 72 ◦ blue 108

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

Shades of Venice Blue #2B486C

Tints of Venice Blue #2B486C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.29%

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

R = 19.28%
G = 32.29%
B = 48.43%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2B486C (or 0x2B486C) is known color: Venice Blue. HEX triplet: 2B, 48 and 6C. RGB value is (43,72,108). Sum of RGB (Red+Green+Blue) = 43+72+108=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B486C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B486C is #D4B793. Grayscale: #434343. Windows color (decimal): -13940628 or 7096363. OLE color: 7096363.

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

Color convert

RGB 43 72 108 -
CMYK 0.60 0.33 0 0.58
HSL 213.23º 0.43% 0.3% -
HSV(B) 213.23º 0.6% 0.42% -
XYZ 6.02 6.23 15.07 -
YUV 67.43 150.89 110.57 -
System Red Green Blue C M Y K H S L
Decimal 43 72 108 0.60 0.33 0 0.58 213.23 0.43 0.3
Hex 2B 48 6C 3C 21 0 3A D5 2B 1E
Octal 53 110 154 74 41 0 72 325 53 36
Binary 101011 1001000 1101100 111100 100001 0 111010 11010101 101011 11110

Color Harmonies of #2B486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B486C

Black with #2B486C

Text Example


Text Example

White with #2B486C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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