Html Css Color HEX #264772 Venice Blue

📋 copy color: '#264772'

red 38 ◦ green 71 ◦ blue 114

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

Shades of Venice Blue #264772

Tints of Venice Blue #264772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 51.12%

R = 17.04%
G = 31.84%
B = 51.12%

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

#264772 (or 0x264772) is known color: Venice Blue. HEX triplet: 26, 47 and 72. RGB value is (38,71,114). Sum of RGB (Red+Green+Blue) = 38+71+114=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #264772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264772 is #D9B88D. Grayscale: #414141. Windows color (decimal): -14268558 or 7489318. OLE color: 7489318.

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

Color convert

RGB 38 71 114 -
CMYK 0.67 0.38 0 0.55
HSL 213.95º 0.5% 0.3% -
HSV(B) 213.95º 0.67% 0.45% -
XYZ 6.09 6.13 16.78 -
YUV 66.04 155.07 108 -
System Red Green Blue C M Y K H S L
Decimal 38 71 114 0.67 0.38 0 0.55 213.95 0.5 0.3
Hex 26 47 72 43 26 0 37 D6 32 1E
Octal 46 107 162 103 46 0 67 326 62 36
Binary 100110 1000111 1110010 1000011 100110 0 110111 11010110 110010 11110

Color Harmonies of #264772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264772

Black with #264772

Text Example


Text Example

White with #264772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264772; }

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

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

background-color css

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

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

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

border-color css

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

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

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