Html Css Color HEX #264A77 Venice Blue

📋 copy color: '#264A77'

red 38 ◦ green 74 ◦ blue 119

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

Shades of Venice Blue #264A77

Tints of Venice Blue #264A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 51.52%

R = 16.45%
G = 32.03%
B = 51.52%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#264A77 (or 0x264A77) is known color: Venice Blue. HEX triplet: 26, 4A and 77. RGB value is (38,74,119). Sum of RGB (Red+Green+Blue) = 38+74+119=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #264A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264A77 is #D9B588. Grayscale: #444444. Windows color (decimal): -14267785 or 7817766. OLE color: 7817766.

HSL color Cylindrical-coordinate representation of color #264A77: hue angle of 213.33º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #264A77 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 38 74 119 -
CMYK 0.68 0.38 0 0.53
HSL 213.33º 0.52% 0.31% -
HSV(B) 213.33º 0.68% 0.47% -
XYZ 6.58 6.64 18.39 -
YUV 68.37 156.57 106.34 -
System Red Green Blue C M Y K H S L
Decimal 38 74 119 0.68 0.38 0 0.53 213.33 0.52 0.31
Hex 26 4A 77 44 26 0 35 D5 34 1F
Octal 46 112 167 104 46 0 65 325 64 37
Binary 100110 1001010 1110111 1000100 100110 0 110101 11010101 110100 11111

Color Harmonies of #264A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264A77

Black with #264A77

Text Example


Text Example

White with #264A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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