Html Css Color HEX #265476 Venice Blue

📋 copy color: '#265476'

red 38 ◦ green 84 ◦ blue 118

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

Shades of Venice Blue #265476

Tints of Venice Blue #265476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35%

 BLUE value IS 118 (46.48% from 255) = 49.17%

R = 15.83%
G = 35%
B = 49.17%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#265476 (or 0x265476) is known color: Venice Blue. HEX triplet: 26, 54 and 76. RGB value is (38,84,118). Sum of RGB (Red+Green+Blue) = 38+84+118=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #265476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265476 is #D9AB89. Grayscale: #494949. Windows color (decimal): -14265226 or 7754790. OLE color: 7754790.

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

Color convert

RGB 38 84 118 -
CMYK 0.68 0.29 0 0.54
HSL 205.5º 0.51% 0.31% -
HSV(B) 205.5º 0.68% 0.46% -
XYZ 7.24 8.06 18.31 -
YUV 74.12 152.76 102.24 -
System Red Green Blue C M Y K H S L
Decimal 38 84 118 0.68 0.29 0 0.54 205.5 0.51 0.31
Hex 26 54 76 44 1D 0 36 CE 33 1F
Octal 46 124 166 104 35 0 66 316 63 37
Binary 100110 1010100 1110110 1000100 11101 0 110110 11001110 110011 11111

Color Harmonies of #265476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265476

Black with #265476

Text Example


Text Example

White with #265476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265476; }

 p { color: rgb(38,84,118); }

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

background-color css

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

 a { background-color: rgb(38,84,118); }

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

border-color css

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

 span { border-color: rgb(38,84,118); }

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