Html Css Color HEX #264771 Venice Blue

📋 copy color: '#264771'

red 38 ◦ green 71 ◦ blue 113

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

Shades of Venice Blue #264771

Tints of Venice Blue #264771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50.9%

R = 17.12%
G = 31.98%
B = 50.9%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#264771 (or 0x264771) is known color: Venice Blue. HEX triplet: 26, 47 and 71. RGB value is (38,71,113). Sum of RGB (Red+Green+Blue) = 38+71+113=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #264771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264771 is #D9B88E. Grayscale: #414141. Windows color (decimal): -14268559 or 7423782. OLE color: 7423782.

HSL color Cylindrical-coordinate representation of color #264771: hue angle of 213.6º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #264771 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 71 113 -
CMYK 0.66 0.37 0 0.56
HSL 213.6º 0.5% 0.3% -
HSV(B) 213.6º 0.66% 0.44% -
XYZ 6.03 6.11 16.48 -
YUV 65.92 154.57 108.08 -
System Red Green Blue C M Y K H S L
Decimal 38 71 113 0.66 0.37 0 0.56 213.6 0.5 0.3
Hex 26 47 71 42 25 0 38 D6 32 1E
Octal 46 107 161 102 45 0 70 326 62 36
Binary 100110 1000111 1110001 1000010 100101 0 111000 11010110 110010 11110

Color Harmonies of #264771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264771

Black with #264771

Text Example


Text Example

White with #264771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264771; }

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

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

background-color css

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

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

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

border-color css

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

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

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