Html Css Color HEX #2B567D Venice Blue

📋 copy color: '#2B567D'

red 43 ◦ green 86 ◦ blue 125

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

Shades of Venice Blue #2B567D

Tints of Venice Blue #2B567D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.86%

 BLUE value IS 125 (49.22% from 255) = 49.21%

R = 16.93%
G = 33.86%
B = 49.21%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2B567D (or 0x2B567D) is known color: Venice Blue. HEX triplet: 2B, 56 and 7D. RGB value is (43,86,125). Sum of RGB (Red+Green+Blue) = 43+86+125=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #2B567D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B567D is #D4A982. Grayscale: #4D4D4D. Windows color (decimal): -13937027 or 8214059. OLE color: 8214059.

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

Color convert

RGB 43 86 125 -
CMYK 0.66 0.31 0 0.51
HSL 208.54º 0.49% 0.33% -
HSV(B) 208.54º 0.66% 0.49% -
XYZ 8.03 8.65 20.65 -
YUV 77.59 154.75 103.33 -
System Red Green Blue C M Y K H S L
Decimal 43 86 125 0.66 0.31 0 0.51 208.54 0.49 0.33
Hex 2B 56 7D 42 1F 0 33 D1 31 21
Octal 53 126 175 102 37 0 63 321 61 41
Binary 101011 1010110 1111101 1000010 11111 0 110011 11010001 110001 100001

Color Harmonies of #2B567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B567D

Black with #2B567D

Text Example


Text Example

White with #2B567D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,86,125); }

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

background-color css

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

 a { background-color: rgb(43,86,125); }

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

border-color css

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

 span { border-color: rgb(43,86,125); }

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