Html Css Color HEX #265175 Venice Blue

📋 copy color: '#265175'

red 38 ◦ green 81 ◦ blue 117

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

Shades of Venice Blue #265175

Tints of Venice Blue #265175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 49.58%

R = 16.1%
G = 34.32%
B = 49.58%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#265175 (or 0x265175) is known color: Venice Blue. HEX triplet: 26, 51 and 75. RGB value is (38,81,117). Sum of RGB (Red+Green+Blue) = 38+81+117=236 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.10% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 117 (46.09% from 255 or 49.58% from 236); Max value from RGB is 117 - color contains mainly: blue. Hex color #265175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265175 is #D9AE8A. Grayscale: #484848. Windows color (decimal): -14265995 or 7688486. OLE color: 7688486.

HSL color Cylindrical-coordinate representation of color #265175: hue angle of 207.34º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #265175 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 81 117 -
CMYK 0.68 0.31 0 0.54
HSL 207.34º 0.51% 0.3% -
HSV(B) 207.34º 0.68% 0.46% -
XYZ 6.95 7.58 17.93 -
YUV 72.25 153.25 103.57 -
System Red Green Blue C M Y K H S L
Decimal 38 81 117 0.68 0.31 0 0.54 207.34 0.51 0.3
Hex 26 51 75 44 1F 0 36 CF 33 1E
Octal 46 121 165 104 37 0 66 317 63 36
Binary 100110 1010001 1110101 1000100 11111 0 110110 11001111 110011 11110

Color Harmonies of #265175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265175

Black with #265175

Text Example


Text Example

White with #265175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265175; }

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

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

background-color css

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

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

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

border-color css

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

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

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