Html Css Color HEX #2B507A Venice Blue

📋 copy color: '#2B507A'

red 43 ◦ green 80 ◦ blue 122

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

Shades of Venice Blue #2B507A

Tints of Venice Blue #2B507A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.65%

 BLUE value IS 122 (48.05% from 255) = 49.8%

R = 17.55%
G = 32.65%
B = 49.8%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2B507A (or 0x2B507A) is known color: Venice Blue. HEX triplet: 2B, 50 and 7A. RGB value is (43,80,122). Sum of RGB (Red+Green+Blue) = 43+80+122=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #2B507A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B507A is #D4AF85. Grayscale: #494949. Windows color (decimal): -13938566 or 8015915. OLE color: 8015915.

HSL color Cylindrical-coordinate representation of color #2B507A: hue angle of 211.9º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B507A is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 43 80 122 -
CMYK 0.65 0.34 0 0.52
HSL 211.9º 0.48% 0.32% -
HSV(B) 211.9º 0.65% 0.48% -
XYZ 7.38 7.66 19.5 -
YUV 73.73 155.24 106.08 -
System Red Green Blue C M Y K H S L
Decimal 43 80 122 0.65 0.34 0 0.52 211.9 0.48 0.32
Hex 2B 50 7A 41 22 0 34 D4 30 20
Octal 53 120 172 101 42 0 64 324 60 40
Binary 101011 1010000 1111010 1000001 100010 0 110100 11010100 110000 100000

Color Harmonies of #2B507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B507A

Black with #2B507A

Text Example


Text Example

White with #2B507A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,80,122); }

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

background-color css

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

 a { background-color: rgb(43,80,122); }

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

border-color css

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

 span { border-color: rgb(43,80,122); }

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