Html Css Color HEX #264970 Venice Blue

📋 copy color: '#264970'

red 38 ◦ green 73 ◦ blue 112

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

Shades of Venice Blue #264970

Tints of Venice Blue #264970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.74%

 BLUE value IS 112 (44.14% from 255) = 50.22%

R = 17.04%
G = 32.74%
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

#264970 (or 0x264970) is known color: Venice Blue. HEX triplet: 26, 49 and 70. RGB value is (38,73,112). Sum of RGB (Red+Green+Blue) = 38+73+112=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #264970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264970 is #D9B68F. Grayscale: #424242. Windows color (decimal): -14268048 or 7358758. OLE color: 7358758.

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

Color convert

RGB 38 73 112 -
CMYK 0.66 0.35 0 0.56
HSL 211.62º 0.49% 0.29% -
HSV(B) 211.62º 0.66% 0.44% -
XYZ 6.11 6.35 16.23 -
YUV 66.98 153.4 107.33 -
System Red Green Blue C M Y K H S L
Decimal 38 73 112 0.66 0.35 0 0.56 211.62 0.49 0.29
Hex 26 49 70 42 23 0 38 D4 31 1D
Octal 46 111 160 102 43 0 70 324 61 35
Binary 100110 1001001 1110000 1000010 100011 0 111000 11010100 110001 11101

Color Harmonies of #264970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264970

Black with #264970

Text Example


Text Example

White with #264970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264970; }

 p { color: rgb(38,73,112); }

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

background-color css

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

 a { background-color: rgb(38,73,112); }

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

border-color css

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

 span { border-color: rgb(38,73,112); }

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