Html Css Color HEX #264C77 Venice Blue

📋 copy color: '#264C77'

red 38 ◦ green 76 ◦ blue 119

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

Shades of Venice Blue #264C77

Tints of Venice Blue #264C77

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.62%

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

R = 16.31%
G = 32.62%
B = 51.07%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#264C77 (or 0x264C77) is known color: Venice Blue. HEX triplet: 26, 4C and 77. RGB value is (38,76,119). Sum of RGB (Red+Green+Blue) = 38+76+119=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #264C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C77 is #D9B388. Grayscale: #454545. Windows color (decimal): -14267273 or 7818278. OLE color: 7818278.

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

Color convert

RGB 38 76 119 -
CMYK 0.68 0.36 0 0.53
HSL 211.85º 0.52% 0.31% -
HSV(B) 211.85º 0.68% 0.47% -
XYZ 6.71 6.91 18.43 -
YUV 69.54 155.91 105.5 -
System Red Green Blue C M Y K H S L
Decimal 38 76 119 0.68 0.36 0 0.53 211.85 0.52 0.31
Hex 26 4C 77 44 24 0 35 D4 34 1F
Octal 46 114 167 104 44 0 65 324 64 37
Binary 100110 1001100 1110111 1000100 100100 0 110101 11010100 110100 11111

Color Harmonies of #264C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264C77

Black with #264C77

Text Example


Text Example

White with #264C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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