Html Css Color HEX #26496E Venice Blue

📋 copy color: '#26496E'

red 38 ◦ green 73 ◦ blue 110

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

Shades of Venice Blue #26496E

Tints of Venice Blue #26496E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.03%

 BLUE value IS 110 (43.36% from 255) = 49.77%

R = 17.19%
G = 33.03%
B = 49.77%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#26496E (or 0x26496E) is known color: Venice Blue. HEX triplet: 26, 49 and 6E. RGB value is (38,73,110). Sum of RGB (Red+Green+Blue) = 38+73+110=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #26496E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26496E is #D9B691. Grayscale: #424242. Windows color (decimal): -14268050 or 7227686. OLE color: 7227686.

HSL color Cylindrical-coordinate representation of color #26496E: hue angle of 210.83º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26496E is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 38 73 110 -
CMYK 0.65 0.34 0 0.57
HSL 210.83º 0.49% 0.29% -
HSV(B) 210.83º 0.65% 0.43% -
XYZ 6 6.3 15.65 -
YUV 66.75 152.4 107.49 -
System Red Green Blue C M Y K H S L
Decimal 38 73 110 0.65 0.34 0 0.57 210.83 0.49 0.29
Hex 26 49 6E 41 22 0 39 D3 31 1D
Octal 46 111 156 101 42 0 71 323 61 35
Binary 100110 1001001 1101110 1000001 100010 0 111001 11010011 110001 11101

Color Harmonies of #26496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26496E

Black with #26496E

Text Example


Text Example

White with #26496E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26496E; }

 p { color: rgb(38,73,110); }

 H1.HeaderClassName
 {
   color: #26496E;
 }
 .AnyTagClassName
 {
   color: #26496E;
 }
</style>

background-color css

<style>
 a { background-color: #26496E; }

 a { background-color: rgb(38,73,110); }

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

border-color css

<style>
 span { border-color: #26496E; }

 span { border-color: rgb(38,73,110); }

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