Html Css Color HEX #264672 Venice Blue

📋 copy color: '#264672'

red 38 ◦ green 70 ◦ blue 114

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

Shades of Venice Blue #264672

Tints of Venice Blue #264672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.53%

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

R = 17.12%
G = 31.53%
B = 51.35%

CMYK

 C value IS 0.67

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#264672 (or 0x264672) is known color: Venice Blue. HEX triplet: 26, 46 and 72. RGB value is (38,70,114). Sum of RGB (Red+Green+Blue) = 38+70+114=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #264672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264672 is #D9B98D. Grayscale: #414141. Windows color (decimal): -14268814 or 7489062. OLE color: 7489062.

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

Color convert

RGB 38 70 114 -
CMYK 0.67 0.39 0 0.55
HSL 214.74º 0.5% 0.3% -
HSV(B) 214.74º 0.67% 0.45% -
XYZ 6.03 6.01 16.76 -
YUV 65.45 155.4 108.42 -
System Red Green Blue C M Y K H S L
Decimal 38 70 114 0.67 0.39 0 0.55 214.74 0.5 0.3
Hex 26 46 72 43 27 0 37 D7 32 1E
Octal 46 106 162 103 47 0 67 327 62 36
Binary 100110 1000110 1110010 1000011 100111 0 110111 11010111 110010 11110

Color Harmonies of #264672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264672

Black with #264672

Text Example


Text Example

White with #264672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264672; }

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

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

background-color css

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

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

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

border-color css

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

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

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