Html Css Color HEX #264D71 Venice Blue

📋 copy color: '#264D71'

red 38 ◦ green 77 ◦ blue 113

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

Shades of Venice Blue #264D71

Tints of Venice Blue #264D71

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.77%

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

R = 16.67%
G = 33.77%
B = 49.56%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#264D71 (or 0x264D71) is known color: Venice Blue. HEX triplet: 26, 4D and 71. RGB value is (38,77,113). Sum of RGB (Red+Green+Blue) = 38+77+113=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #264D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264D71 is #D9B28E. Grayscale: #454545. Windows color (decimal): -14267023 or 7425318. OLE color: 7425318.

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

Color convert

RGB 38 77 113 -
CMYK 0.66 0.32 0 0.56
HSL 208.8º 0.5% 0.3% -
HSV(B) 208.8º 0.66% 0.44% -
XYZ 6.43 6.91 16.62 -
YUV 69.44 152.58 105.57 -
System Red Green Blue C M Y K H S L
Decimal 38 77 113 0.66 0.32 0 0.56 208.8 0.5 0.3
Hex 26 4D 71 42 20 0 38 D1 32 1E
Octal 46 115 161 102 40 0 70 321 62 36
Binary 100110 1001101 1110001 1000010 100000 0 111000 11010001 110010 11110

Color Harmonies of #264D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264D71

Black with #264D71

Text Example


Text Example

White with #264D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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