Html Css Color HEX #264D72 Venice Blue

📋 copy color: '#264D72'

red 38 ◦ green 77 ◦ blue 114

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

Shades of Venice Blue #264D72

Tints of Venice Blue #264D72

RGB

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

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

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

R = 16.59%
G = 33.62%
B = 49.78%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#264D72 (or 0x264D72) is known color: Venice Blue. HEX triplet: 26, 4D and 72. RGB value is (38,77,114). Sum of RGB (Red+Green+Blue) = 38+77+114=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #264D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264D72 is #D9B28D. Grayscale: #454545. Windows color (decimal): -14267022 or 7490854. OLE color: 7490854.

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

Color convert

RGB 38 77 114 -
CMYK 0.67 0.32 0 0.55
HSL 209.21º 0.5% 0.3% -
HSV(B) 209.21º 0.67% 0.45% -
XYZ 6.49 6.93 16.92 -
YUV 69.56 153.08 105.49 -
System Red Green Blue C M Y K H S L
Decimal 38 77 114 0.67 0.32 0 0.55 209.21 0.5 0.3
Hex 26 4D 72 43 20 0 37 D1 32 1E
Octal 46 115 162 103 40 0 67 321 62 36
Binary 100110 1001101 1110010 1000011 100000 0 110111 11010001 110010 11110

Color Harmonies of #264D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264D72

Black with #264D72

Text Example


Text Example

White with #264D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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