Html Css Color HEX #264A71 Venice Blue

📋 copy color: '#264A71'

red 38 ◦ green 74 ◦ blue 113

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

Shades of Venice Blue #264A71

Tints of Venice Blue #264A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50.22%

R = 16.89%
G = 32.89%
B = 50.22%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#264A71 (or 0x264A71) is known color: Venice Blue. HEX triplet: 26, 4A and 71. RGB value is (38,74,113). Sum of RGB (Red+Green+Blue) = 38+74+113=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #264A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264A71 is #D9B58E. Grayscale: #434343. Windows color (decimal): -14267791 or 7424550. OLE color: 7424550.

HSL color Cylindrical-coordinate representation of color #264A71: hue angle of 211.2º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #264A71 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 38 74 113 -
CMYK 0.66 0.35 0 0.56
HSL 211.2º 0.5% 0.3% -
HSV(B) 211.2º 0.66% 0.44% -
XYZ 6.23 6.5 16.55 -
YUV 67.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 38 74 113 0.66 0.35 0 0.56 211.2 0.5 0.3
Hex 26 4A 71 42 23 0 38 D3 32 1E
Octal 46 112 161 102 43 0 70 323 62 36
Binary 100110 1001010 1110001 1000010 100011 0 111000 11010011 110010 11110

Color Harmonies of #264A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264A71

Black with #264A71

Text Example


Text Example

White with #264A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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