Html Css Color HEX #264D76 Venice Blue

📋 copy color: '#264D76'

red 38 ◦ green 77 ◦ blue 118

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

Shades of Venice Blue #264D76

Tints of Venice Blue #264D76

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.05%

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

R = 16.31%
G = 33.05%
B = 50.64%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#264D76 (or 0x264D76) is known color: Venice Blue. HEX triplet: 26, 4D and 76. RGB value is (38,77,118). Sum of RGB (Red+Green+Blue) = 38+77+118=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #264D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264D76 is #D9B289. Grayscale: #454545. Windows color (decimal): -14267018 or 7752998. OLE color: 7752998.

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

Color convert

RGB 38 77 118 -
CMYK 0.68 0.35 0 0.54
HSL 210.75º 0.51% 0.31% -
HSV(B) 210.75º 0.68% 0.46% -
XYZ 6.72 7.03 18.14 -
YUV 70.01 155.08 105.17 -
System Red Green Blue C M Y K H S L
Decimal 38 77 118 0.68 0.35 0 0.54 210.75 0.51 0.31
Hex 26 4D 76 44 23 0 36 D3 33 1F
Octal 46 115 166 104 43 0 66 323 63 37
Binary 100110 1001101 1110110 1000100 100011 0 110110 11010011 110011 11111

Color Harmonies of #264D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264D76

Black with #264D76

Text Example


Text Example

White with #264D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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