Html Css Color HEX #264A73 Venice Blue

📋 copy color: '#264A73'

red 38 ◦ green 74 ◦ blue 115

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

Shades of Venice Blue #264A73

Tints of Venice Blue #264A73

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.6%

 BLUE value IS 115 (45.31% from 255) = 50.66%

R = 16.74%
G = 32.6%
B = 50.66%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#264A73 (or 0x264A73) is known color: Venice Blue. HEX triplet: 26, 4A and 73. RGB value is (38,74,115). Sum of RGB (Red+Green+Blue) = 38+74+115=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #264A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264A73 is #D9B58C. Grayscale: #434343. Windows color (decimal): -14267789 or 7555622. OLE color: 7555622.

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

Color convert

RGB 38 74 115 -
CMYK 0.67 0.36 0 0.55
HSL 211.95º 0.5% 0.3% -
HSV(B) 211.95º 0.67% 0.45% -
XYZ 6.34 6.55 17.15 -
YUV 67.91 154.57 106.67 -
System Red Green Blue C M Y K H S L
Decimal 38 74 115 0.67 0.36 0 0.55 211.95 0.5 0.3
Hex 26 4A 73 43 24 0 37 D4 32 1E
Octal 46 112 163 103 44 0 67 324 62 36
Binary 100110 1001010 1110011 1000011 100100 0 110111 11010100 110010 11110

Color Harmonies of #264A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264A73

Black with #264A73

Text Example


Text Example

White with #264A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,74,115); }

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

background-color css

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

 a { background-color: rgb(38,74,115); }

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

border-color css

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

 span { border-color: rgb(38,74,115); }

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