Html Css Color HEX #264A76 Venice Blue

📋 copy color: '#264A76'

red 38 ◦ green 74 ◦ blue 118

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

Shades of Venice Blue #264A76

Tints of Venice Blue #264A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 51.3%

R = 16.52%
G = 32.17%
B = 51.3%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#264A76 (or 0x264A76) is known color: Venice Blue. HEX triplet: 26, 4A and 76. RGB value is (38,74,118). Sum of RGB (Red+Green+Blue) = 38+74+118=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #264A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264A76 is #D9B589. Grayscale: #444444. Windows color (decimal): -14267786 or 7752230. OLE color: 7752230.

HSL color Cylindrical-coordinate representation of color #264A76: hue angle of 213º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #264A76 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 74 118 -
CMYK 0.68 0.37 0 0.54
HSL 213º 0.51% 0.31% -
HSV(B) 213º 0.68% 0.46% -
XYZ 6.52 6.62 18.07 -
YUV 68.25 156.07 106.42 -
System Red Green Blue C M Y K H S L
Decimal 38 74 118 0.68 0.37 0 0.54 213 0.51 0.31
Hex 26 4A 76 44 25 0 36 D5 33 1F
Octal 46 112 166 104 45 0 66 325 63 37
Binary 100110 1001010 1110110 1000100 100101 0 110110 11010101 110011 11111

Color Harmonies of #264A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264A76

Black with #264A76

Text Example


Text Example

White with #264A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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