Html Css Color HEX #26476F Venice Blue

📋 copy color: '#26476F'

red 38 ◦ green 71 ◦ blue 111

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

Shades of Venice Blue #26476F

Tints of Venice Blue #26476F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.27%

 BLUE value IS 111 (43.75% from 255) = 50.45%

R = 17.27%
G = 32.27%
B = 50.45%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#26476F (or 0x26476F) is known color: Venice Blue. HEX triplet: 26, 47 and 6F. RGB value is (38,71,111). Sum of RGB (Red+Green+Blue) = 38+71+111=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #26476F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26476F is #D9B890. Grayscale: #414141. Windows color (decimal): -14268561 or 7292710. OLE color: 7292710.

HSL color Cylindrical-coordinate representation of color #26476F: hue angle of 212.88º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26476F is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 71 111 -
CMYK 0.66 0.36 0 0.56
HSL 212.88º 0.49% 0.29% -
HSV(B) 212.88º 0.66% 0.44% -
XYZ 5.92 6.07 15.9 -
YUV 65.69 153.57 108.25 -
System Red Green Blue C M Y K H S L
Decimal 38 71 111 0.66 0.36 0 0.56 212.88 0.49 0.29
Hex 26 47 6F 42 24 0 38 D5 31 1D
Octal 46 107 157 102 44 0 70 325 61 35
Binary 100110 1000111 1101111 1000010 100100 0 111000 11010101 110001 11101

Color Harmonies of #26476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26476F

Black with #26476F

Text Example


Text Example

White with #26476F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26476F; }

 p { color: rgb(38,71,111); }

 H1.HeaderClassName
 {
   color: #26476F;
 }
 .AnyTagClassName
 {
   color: #26476F;
 }
</style>

background-color css

<style>
 a { background-color: #26476F; }

 a { background-color: rgb(38,71,111); }

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

border-color css

<style>
 span { border-color: #26476F; }

 span { border-color: rgb(38,71,111); }

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