Html Css Color HEX #264A72 Venice Blue

📋 copy color: '#264A72'

red 38 ◦ green 74 ◦ blue 114

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

Shades of Venice Blue #264A72

Tints of Venice Blue #264A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.44%

R = 16.81%
G = 32.74%
B = 50.44%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#264A72 (or 0x264A72) is known color: Venice Blue. HEX triplet: 26, 4A and 72. RGB value is (38,74,114). Sum of RGB (Red+Green+Blue) = 38+74+114=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #264A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264A72 is #D9B58D. Grayscale: #434343. Windows color (decimal): -14267790 or 7490086. OLE color: 7490086.

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

Color convert

RGB 38 74 114 -
CMYK 0.67 0.35 0 0.55
HSL 211.58º 0.5% 0.3% -
HSV(B) 211.58º 0.67% 0.45% -
XYZ 6.29 6.52 16.85 -
YUV 67.8 154.07 106.75 -
System Red Green Blue C M Y K H S L
Decimal 38 74 114 0.67 0.35 0 0.55 211.58 0.5 0.3
Hex 26 4A 72 43 23 0 37 D4 32 1E
Octal 46 112 162 103 43 0 67 324 62 36
Binary 100110 1001010 1110010 1000011 100011 0 110111 11010100 110010 11110

Color Harmonies of #264A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264A72

Black with #264A72

Text Example


Text Example

White with #264A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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