Html Css Color HEX #264971 Venice Blue

📋 copy color: '#264971'

red 38 ◦ green 73 ◦ blue 113

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

Shades of Venice Blue #264971

Tints of Venice Blue #264971

RGB

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

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

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

R = 16.96%
G = 32.59%
B = 50.45%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#264971 (or 0x264971) is known color: Venice Blue. HEX triplet: 26, 49 and 71. RGB value is (38,73,113). Sum of RGB (Red+Green+Blue) = 38+73+113=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #264971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264971 is #D9B68E. Grayscale: #424242. Windows color (decimal): -14268047 or 7424294. OLE color: 7424294.

HSL color Cylindrical-coordinate representation of color #264971: hue angle of 212º 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 #264971 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 73 113 -
CMYK 0.66 0.35 0 0.56
HSL 212º 0.5% 0.3% -
HSV(B) 212º 0.66% 0.44% -
XYZ 6.16 6.37 16.53 -
YUV 67.1 153.9 107.25 -
System Red Green Blue C M Y K H S L
Decimal 38 73 113 0.66 0.35 0 0.56 212 0.5 0.3
Hex 26 49 71 42 23 0 38 D4 32 1E
Octal 46 111 161 102 43 0 70 324 62 36
Binary 100110 1001001 1110001 1000010 100011 0 111000 11010100 110010 11110

Color Harmonies of #264971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264971

Black with #264971

Text Example


Text Example

White with #264971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264971; }

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

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

background-color css

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

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

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

border-color css

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

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

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