Html Css Color HEX #264E72 Venice Blue

📋 copy color: '#264E72'

red 38 ◦ green 78 ◦ blue 114

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

Shades of Venice Blue #264E72

Tints of Venice Blue #264E72

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.91%

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

R = 16.52%
G = 33.91%
B = 49.57%

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

#264E72 (or 0x264E72) is known color: Venice Blue. HEX triplet: 26, 4E and 72. RGB value is (38,78,114). Sum of RGB (Red+Green+Blue) = 38+78+114=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #264E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264E72 is #D9B18D. Grayscale: #454545. Windows color (decimal): -14266766 or 7491110. OLE color: 7491110.

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

Color convert

RGB 38 78 114 -
CMYK 0.67 0.32 0 0.55
HSL 208.42º 0.5% 0.3% -
HSV(B) 208.42º 0.67% 0.45% -
XYZ 6.56 7.08 16.94 -
YUV 70.14 152.75 105.07 -
System Red Green Blue C M Y K H S L
Decimal 38 78 114 0.67 0.32 0 0.55 208.42 0.5 0.3
Hex 26 4E 72 43 20 0 37 D0 32 1E
Octal 46 116 162 103 40 0 67 320 62 36
Binary 100110 1001110 1110010 1000011 100000 0 110111 11010000 110010 11110

Color Harmonies of #264E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264E72

Black with #264E72

Text Example


Text Example

White with #264E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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