Html Css Color HEX #264874 Venice Blue

📋 copy color: '#264874'

red 38 ◦ green 72 ◦ blue 116

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

Shades of Venice Blue #264874

Tints of Venice Blue #264874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.86%

 BLUE value IS 116 (45.7% from 255) = 51.33%

R = 16.81%
G = 31.86%
B = 51.33%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#264874 (or 0x264874) is known color: Venice Blue. HEX triplet: 26, 48 and 74. RGB value is (38,72,116). Sum of RGB (Red+Green+Blue) = 38+72+116=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #264874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264874 is #D9B78B. Grayscale: #424242. Windows color (decimal): -14268300 or 7620646. OLE color: 7620646.

HSL color Cylindrical-coordinate representation of color #264874: hue angle of 213.85º degrees, saturation: 0.51, 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 #264874 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 72 116 -
CMYK 0.67 0.38 0 0.55
HSL 213.85º 0.51% 0.3% -
HSV(B) 213.85º 0.67% 0.45% -
XYZ 6.27 6.31 17.41 -
YUV 66.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 38 72 116 0.67 0.38 0 0.55 213.85 0.51 0.3
Hex 26 48 74 43 26 0 37 D6 33 1E
Octal 46 110 164 103 46 0 67 326 63 36
Binary 100110 1001000 1110100 1000011 100110 0 110111 11010110 110011 11110

Color Harmonies of #264874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264874

Black with #264874

Text Example


Text Example

White with #264874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264874; }

 p { color: rgb(38,72,116); }

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

background-color css

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

 a { background-color: rgb(38,72,116); }

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

border-color css

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

 span { border-color: rgb(38,72,116); }

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