Html Css Color HEX #265177 Venice Blue

📋 copy color: '#265177'

red 38 ◦ green 81 ◦ blue 119

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

Shades of Venice Blue #265177

Tints of Venice Blue #265177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 50%

R = 15.97%
G = 34.03%
B = 50%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#265177 (or 0x265177) is known color: Venice Blue. HEX triplet: 26, 51 and 77. RGB value is (38,81,119). Sum of RGB (Red+Green+Blue) = 38+81+119=238 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.97% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #265177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265177 is #D9AE88. Grayscale: #484848. Windows color (decimal): -14265993 or 7819558. OLE color: 7819558.

HSL color Cylindrical-coordinate representation of color #265177: hue angle of 208.15º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #265177 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 38 81 119 -
CMYK 0.68 0.32 0 0.53
HSL 208.15º 0.52% 0.31% -
HSV(B) 208.15º 0.68% 0.47% -
XYZ 7.07 7.63 18.55 -
YUV 72.48 154.25 103.41 -
System Red Green Blue C M Y K H S L
Decimal 38 81 119 0.68 0.32 0 0.53 208.15 0.52 0.31
Hex 26 51 77 44 20 0 35 D0 34 1F
Octal 46 121 167 104 40 0 65 320 64 37
Binary 100110 1010001 1110111 1000100 100000 0 110101 11010000 110100 11111

Color Harmonies of #265177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265177

Black with #265177

Text Example


Text Example

White with #265177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265177; }

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

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

background-color css

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

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

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

border-color css

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

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

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