Html Css Color HEX #2B486F Venice Blue

📋 copy color: '#2B486F'

red 43 ◦ green 72 ◦ blue 111

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

Shades of Venice Blue #2B486F

Tints of Venice Blue #2B486F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 49.12%

R = 19.03%
G = 31.86%
B = 49.12%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2B486F (or 0x2B486F) is known color: Venice Blue. HEX triplet: 2B, 48 and 6F. RGB value is (43,72,111). Sum of RGB (Red+Green+Blue) = 43+72+111=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B486F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B486F is #D4B790. Grayscale: #434343. Windows color (decimal): -13940625 or 7292971. OLE color: 7292971.

HSL color Cylindrical-coordinate representation of color #2B486F: hue angle of 214.41º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B486F is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 43 72 111 -
CMYK 0.61 0.35 0 0.56
HSL 214.41º 0.44% 0.3% -
HSV(B) 214.41º 0.61% 0.44% -
XYZ 6.18 6.3 15.93 -
YUV 67.78 152.39 110.33 -
System Red Green Blue C M Y K H S L
Decimal 43 72 111 0.61 0.35 0 0.56 214.41 0.44 0.3
Hex 2B 48 6F 3D 23 0 38 D6 2C 1E
Octal 53 110 157 75 43 0 70 326 54 36
Binary 101011 1001000 1101111 111101 100011 0 111000 11010110 101100 11110

Color Harmonies of #2B486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B486F

Black with #2B486F

Text Example


Text Example

White with #2B486F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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