Html Css Color HEX #265577 Venice Blue

📋 copy color: '#265577'

red 38 ◦ green 85 ◦ blue 119

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

Shades of Venice Blue #265577

Tints of Venice Blue #265577

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.12%

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

R = 15.7%
G = 35.12%
B = 49.17%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#265577 (or 0x265577) is known color: Venice Blue. HEX triplet: 26, 55 and 77. RGB value is (38,85,119). Sum of RGB (Red+Green+Blue) = 38+85+119=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #265577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265577 is #D9AA88. Grayscale: #4A4A4A. Windows color (decimal): -14264969 or 7820582. OLE color: 7820582.

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

Color convert

RGB 38 85 119 -
CMYK 0.68 0.29 0 0.53
HSL 205.19º 0.52% 0.31% -
HSV(B) 205.19º 0.68% 0.47% -
XYZ 7.38 8.24 18.65 -
YUV 74.82 152.93 101.74 -
System Red Green Blue C M Y K H S L
Decimal 38 85 119 0.68 0.29 0 0.53 205.19 0.52 0.31
Hex 26 55 77 44 1D 0 35 CD 34 1F
Octal 46 125 167 104 35 0 65 315 64 37
Binary 100110 1010101 1110111 1000100 11101 0 110101 11001101 110100 11111

Color Harmonies of #265577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265577

Black with #265577

Text Example


Text Example

White with #265577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265577; }

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

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

background-color css

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

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

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

border-color css

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

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

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