Html Css Color HEX #264671 Venice Blue

📋 copy color: '#264671'

red 38 ◦ green 70 ◦ blue 113

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

Shades of Venice Blue #264671

Tints of Venice Blue #264671

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.67%

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

R = 17.19%
G = 31.67%
B = 51.13%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#264671 (or 0x264671) is known color: Venice Blue. HEX triplet: 26, 46 and 71. RGB value is (38,70,113). Sum of RGB (Red+Green+Blue) = 38+70+113=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #264671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264671 is #D9B98E. Grayscale: #414141. Windows color (decimal): -14268815 or 7423526. OLE color: 7423526.

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

Color convert

RGB 38 70 113 -
CMYK 0.66 0.38 0 0.56
HSL 214.4º 0.5% 0.3% -
HSV(B) 214.4º 0.66% 0.44% -
XYZ 5.97 5.98 16.46 -
YUV 65.33 154.9 108.5 -
System Red Green Blue C M Y K H S L
Decimal 38 70 113 0.66 0.38 0 0.56 214.4 0.5 0.3
Hex 26 46 71 42 26 0 38 D6 32 1E
Octal 46 106 161 102 46 0 70 326 62 36
Binary 100110 1000110 1110001 1000010 100110 0 111000 11010110 110010 11110

Color Harmonies of #264671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264671

Black with #264671

Text Example


Text Example

White with #264671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264671; }

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

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

background-color css

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

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

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

border-color css

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

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

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