Html Css Color HEX #264F77 Venice Blue

📋 copy color: '#264F77'

red 38 ◦ green 79 ◦ blue 119

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

Shades of Venice Blue #264F77

Tints of Venice Blue #264F77

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.47%

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

R = 16.1%
G = 33.47%
B = 50.42%

CMYK

 C value IS 0.68

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#264F77 (or 0x264F77) is known color: Venice Blue. HEX triplet: 26, 4F and 77. RGB value is (38,79,119). Sum of RGB (Red+Green+Blue) = 38+79+119=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #264F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264F77 is #D9B088. Grayscale: #474747. Windows color (decimal): -14266505 or 7819046. OLE color: 7819046.

HSL color Cylindrical-coordinate representation of color #264F77: hue angle of 209.63º 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 #264F77 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 38 79 119 -
CMYK 0.68 0.34 0 0.53
HSL 209.63º 0.52% 0.31% -
HSV(B) 209.63º 0.68% 0.47% -
XYZ 6.93 7.34 18.5 -
YUV 71.3 154.92 104.25 -
System Red Green Blue C M Y K H S L
Decimal 38 79 119 0.68 0.34 0 0.53 209.63 0.52 0.31
Hex 26 4F 77 44 22 0 35 D2 34 1F
Octal 46 117 167 104 42 0 65 322 64 37
Binary 100110 1001111 1110111 1000100 100010 0 110101 11010010 110100 11111

Color Harmonies of #264F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264F77

Black with #264F77

Text Example


Text Example

White with #264F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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