Html Css Color HEX #265172 Venice Blue

📋 copy color: '#265172'

red 38 ◦ green 81 ◦ blue 114

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

Shades of Venice Blue #265172

Tints of Venice Blue #265172

RGB

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

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

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

R = 16.31%
G = 34.76%
B = 48.93%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#265172 (or 0x265172) is known color: Venice Blue. HEX triplet: 26, 51 and 72. RGB value is (38,81,114). Sum of RGB (Red+Green+Blue) = 38+81+114=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #265172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265172 is #D9AE8D. Grayscale: #474747. Windows color (decimal): -14265998 or 7491878. OLE color: 7491878.

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

Color convert

RGB 38 81 114 -
CMYK 0.67 0.29 0 0.55
HSL 206.05º 0.5% 0.3% -
HSV(B) 206.05º 0.67% 0.45% -
XYZ 6.78 7.51 17.01 -
YUV 71.91 151.75 103.82 -
System Red Green Blue C M Y K H S L
Decimal 38 81 114 0.67 0.29 0 0.55 206.05 0.5 0.3
Hex 26 51 72 43 1D 0 37 CE 32 1E
Octal 46 121 162 103 35 0 67 316 62 36
Binary 100110 1010001 1110010 1000011 11101 0 110111 11001110 110010 11110

Color Harmonies of #265172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265172

Black with #265172

Text Example


Text Example

White with #265172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265172; }

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

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

background-color css

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

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

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

border-color css

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

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

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