Html Css Color HEX #2B557F Venice Blue

📋 copy color: '#2B557F'

red 43 ◦ green 85 ◦ blue 127

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

Shades of Venice Blue #2B557F

Tints of Venice Blue #2B557F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.33%

 BLUE value IS 127 (50% from 255) = 49.8%

R = 16.86%
G = 33.33%
B = 49.8%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2B557F (or 0x2B557F) is known color: Venice Blue. HEX triplet: 2B, 55 and 7F. RGB value is (43,85,127). Sum of RGB (Red+Green+Blue) = 43+85+127=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B557F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B557F is #D4AA80. Grayscale: #4D4D4D. Windows color (decimal): -13937281 or 8344875. OLE color: 8344875.

HSL color Cylindrical-coordinate representation of color #2B557F: hue angle of 210º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B557F is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 43 85 127 -
CMYK 0.66 0.33 0 0.50
HSL 210º 0.49% 0.33% -
HSV(B) 210º 0.66% 0.5% -
XYZ 8.08 8.54 21.3 -
YUV 77.23 156.09 103.58 -
System Red Green Blue C M Y K H S L
Decimal 43 85 127 0.66 0.33 0 0.50 210 0.49 0.33
Hex 2B 55 7F 42 21 0 32 D2 31 21
Octal 53 125 177 102 41 0 62 322 61 41
Binary 101011 1010101 1111111 1000010 100001 0 110010 11010010 110001 100001

Color Harmonies of #2B557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B557F

Black with #2B557F

Text Example


Text Example

White with #2B557F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,85,127); }

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

background-color css

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

 a { background-color: rgb(43,85,127); }

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

border-color css

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

 span { border-color: rgb(43,85,127); }

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