Html Css Color HEX #2B5375 Venice Blue

📋 copy color: '#2B5375'

red 43 ◦ green 83 ◦ blue 117

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

Shades of Venice Blue #2B5375

Tints of Venice Blue #2B5375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.16%

 BLUE value IS 117 (46.09% from 255) = 48.15%

R = 17.7%
G = 34.16%
B = 48.15%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2B5375 (or 0x2B5375) is known color: Venice Blue. HEX triplet: 2B, 53 and 75. RGB value is (43,83,117). Sum of RGB (Red+Green+Blue) = 43+83+117=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B5375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5375 is #D4AC8A. Grayscale: #4A4A4A. Windows color (decimal): -13937803 or 7689003. OLE color: 7689003.

HSL color Cylindrical-coordinate representation of color #2B5375: hue angle of 207.57º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B5375 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 43 83 117 -
CMYK 0.63 0.29 0 0.54
HSL 207.57º 0.46% 0.31% -
HSV(B) 207.57º 0.63% 0.46% -
XYZ 7.3 7.98 17.99 -
YUV 74.92 151.75 105.24 -
System Red Green Blue C M Y K H S L
Decimal 43 83 117 0.63 0.29 0 0.54 207.57 0.46 0.31
Hex 2B 53 75 3F 1D 0 36 D0 2E 1F
Octal 53 123 165 77 35 0 66 320 56 37
Binary 101011 1010011 1110101 111111 11101 0 110110 11010000 101110 11111

Color Harmonies of #2B5375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5375

Black with #2B5375

Text Example


Text Example

White with #2B5375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,83,117); }

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

background-color css

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

 a { background-color: rgb(43,83,117); }

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

border-color css

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

 span { border-color: rgb(43,83,117); }

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