Html Css Color HEX #265676 Venice Blue

📋 copy color: '#265676'

red 38 ◦ green 86 ◦ blue 118

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

Shades of Venice Blue #265676

Tints of Venice Blue #265676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.54%

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

R = 15.7%
G = 35.54%
B = 48.76%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#265676 (or 0x265676) is known color: Venice Blue. HEX triplet: 26, 56 and 76. RGB value is (38,86,118). Sum of RGB (Red+Green+Blue) = 38+86+118=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #265676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265676 is #D9A989. Grayscale: #4B4B4B. Windows color (decimal): -14264714 or 7755302. OLE color: 7755302.

HSL color Cylindrical-coordinate representation of color #265676: hue angle of 204º 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 #265676 is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 86 118 -
CMYK 0.68 0.27 0 0.54
HSL 204º 0.51% 0.31% -
HSV(B) 204º 0.68% 0.46% -
XYZ 7.4 8.38 18.37 -
YUV 75.3 152.1 101.4 -
System Red Green Blue C M Y K H S L
Decimal 38 86 118 0.68 0.27 0 0.54 204 0.51 0.31
Hex 26 56 76 44 1B 0 36 CC 33 1F
Octal 46 126 166 104 33 0 66 314 63 37
Binary 100110 1010110 1110110 1000100 11011 0 110110 11001100 110011 11111

Color Harmonies of #265676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265676

Black with #265676

Text Example


Text Example

White with #265676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265676; }

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

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

background-color css

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

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

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

border-color css

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

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

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