Html Css Color HEX #26517B Venice Blue

📋 copy color: '#26517B'

red 38 ◦ green 81 ◦ blue 123

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

Shades of Venice Blue #26517B

Tints of Venice Blue #26517B

RGB

 RED value IS 38 (15.23% from 255) = 15.7%

 GREEN value IS 81 (32.03% from 255) = 33.47%

 BLUE value IS 123 (48.44% from 255) = 50.83%

R = 15.7%
G = 33.47%
B = 50.83%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#26517B (or 0x26517B) is known color: Venice Blue. HEX triplet: 26, 51 and 7B. RGB value is (38,81,123). Sum of RGB (Red+Green+Blue) = 38+81+123=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #26517B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26517B is #D9AE84. Grayscale: #484848. Windows color (decimal): -14265989 or 8081702. OLE color: 8081702.

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

Color convert

RGB 38 81 123 -
CMYK 0.69 0.34 0 0.52
HSL 209.65º 0.53% 0.32% -
HSV(B) 209.65º 0.69% 0.48% -
XYZ 7.32 7.73 19.84 -
YUV 72.93 156.25 103.08 -
System Red Green Blue C M Y K H S L
Decimal 38 81 123 0.69 0.34 0 0.52 209.65 0.53 0.32
Hex 26 51 7B 45 22 0 34 D2 35 20
Octal 46 121 173 105 42 0 64 322 65 40
Binary 100110 1010001 1111011 1000101 100010 0 110100 11010010 110101 100000

Color Harmonies of #26517B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26517B

Black with #26517B

Text Example


Text Example

White with #26517B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26517B; }

 p { color: rgb(38,81,123); }

 H1.HeaderClassName
 {
   color: #26517B;
 }
 .AnyTagClassName
 {
   color: #26517B;
 }
</style>

background-color css

<style>
 a { background-color: #26517B; }

 a { background-color: rgb(38,81,123); }

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

border-color css

<style>
 span { border-color: #26517B; }

 span { border-color: rgb(38,81,123); }

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