Html Css Color HEX #265271 Venice Blue

📋 copy color: '#265271'

red 38 ◦ green 82 ◦ blue 113

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

Shades of Venice Blue #265271

Tints of Venice Blue #265271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.19%

 BLUE value IS 113 (44.53% from 255) = 48.5%

R = 16.31%
G = 35.19%
B = 48.5%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#265271 (or 0x265271) is known color: Venice Blue. HEX triplet: 26, 52 and 71. RGB value is (38,82,113). Sum of RGB (Red+Green+Blue) = 38+82+113=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #265271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265271 is #D9AD8E. Grayscale: #484848. Windows color (decimal): -14265743 or 7426598. OLE color: 7426598.

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

Color convert

RGB 38 82 113 -
CMYK 0.66 0.27 0 0.56
HSL 204.8º 0.5% 0.3% -
HSV(B) 204.8º 0.66% 0.44% -
XYZ 6.8 7.64 16.74 -
YUV 72.38 150.92 103.48 -
System Red Green Blue C M Y K H S L
Decimal 38 82 113 0.66 0.27 0 0.56 204.8 0.5 0.3
Hex 26 52 71 42 1B 0 38 CD 32 1E
Octal 46 122 161 102 33 0 70 315 62 36
Binary 100110 1010010 1110001 1000010 11011 0 111000 11001101 110010 11110

Color Harmonies of #265271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265271

Black with #265271

Text Example


Text Example

White with #265271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265271; }

 p { color: rgb(38,82,113); }

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

background-color css

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

 a { background-color: rgb(38,82,113); }

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

border-color css

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

 span { border-color: rgb(38,82,113); }

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