Html Css Color HEX #264773 Venice Blue

📋 copy color: '#264773'

red 38 ◦ green 71 ◦ blue 115

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

Shades of Venice Blue #264773

Tints of Venice Blue #264773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 51.34%

R = 16.96%
G = 31.7%
B = 51.34%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#264773 (or 0x264773) is known color: Venice Blue. HEX triplet: 26, 47 and 73. RGB value is (38,71,115). Sum of RGB (Red+Green+Blue) = 38+71+115=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #264773 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264773 is #D9B88C. Grayscale: #414141. Windows color (decimal): -14268557 or 7554854. OLE color: 7554854.

HSL color Cylindrical-coordinate representation of color #264773: hue angle of 214.29º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #264773 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 71 115 -
CMYK 0.67 0.38 0 0.55
HSL 214.29º 0.5% 0.3% -
HSV(B) 214.29º 0.67% 0.45% -
XYZ 6.15 6.16 17.08 -
YUV 66.15 155.57 107.92 -
System Red Green Blue C M Y K H S L
Decimal 38 71 115 0.67 0.38 0 0.55 214.29 0.5 0.3
Hex 26 47 73 43 26 0 37 D6 32 1E
Octal 46 107 163 103 46 0 67 326 62 36
Binary 100110 1000111 1110011 1000011 100110 0 110111 11010110 110010 11110

Color Harmonies of #264773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264773

Black with #264773

Text Example


Text Example

White with #264773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264773; }

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

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

background-color css

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

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

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

border-color css

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

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

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