Html Css Color HEX #265173 Venice Blue

📋 copy color: '#265173'

red 38 ◦ green 81 ◦ blue 115

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

Shades of Venice Blue #265173

Tints of Venice Blue #265173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.62%

 BLUE value IS 115 (45.31% from 255) = 49.15%

R = 16.24%
G = 34.62%
B = 49.15%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#265173 (or 0x265173) is known color: Venice Blue. HEX triplet: 26, 51 and 73. RGB value is (38,81,115). Sum of RGB (Red+Green+Blue) = 38+81+115=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #265173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265173 is #D9AE8C. Grayscale: #474747. Windows color (decimal): -14265997 or 7557414. OLE color: 7557414.

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

Color convert

RGB 38 81 115 -
CMYK 0.67 0.30 0 0.55
HSL 206.49º 0.5% 0.3% -
HSV(B) 206.49º 0.67% 0.45% -
XYZ 6.84 7.53 17.31 -
YUV 72.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 38 81 115 0.67 0.30 0 0.55 206.49 0.5 0.3
Hex 26 51 73 43 1E 0 37 CE 32 1E
Octal 46 121 163 103 36 0 67 316 62 36
Binary 100110 1010001 1110011 1000011 11110 0 110111 11001110 110010 11110

Color Harmonies of #265173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265173

Black with #265173

Text Example


Text Example

White with #265173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265173; }

 p { color: rgb(38,81,115); }

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

background-color css

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

 a { background-color: rgb(38,81,115); }

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

border-color css

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

 span { border-color: rgb(38,81,115); }

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