Html Css Color HEX #265779 Venice Blue

📋 copy color: '#265779'

red 38 ◦ green 87 ◦ blue 121

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

Shades of Venice Blue #265779

Tints of Venice Blue #265779

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.37%

 BLUE value IS 121 (47.66% from 255) = 49.19%

R = 15.45%
G = 35.37%
B = 49.19%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#265779 (or 0x265779) is known color: Venice Blue. HEX triplet: 26, 57 and 79. RGB value is (38,87,121). Sum of RGB (Red+Green+Blue) = 38+87+121=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #265779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265779 is #D9A886. Grayscale: #4C4C4C. Windows color (decimal): -14264455 or 7952166. OLE color: 7952166.

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

Color convert

RGB 38 87 121 -
CMYK 0.69 0.28 0 0.53
HSL 204.58º 0.52% 0.31% -
HSV(B) 204.58º 0.69% 0.47% -
XYZ 7.66 8.61 19.35 -
YUV 76.23 153.27 100.74 -
System Red Green Blue C M Y K H S L
Decimal 38 87 121 0.69 0.28 0 0.53 204.58 0.52 0.31
Hex 26 57 79 45 1C 0 35 CD 34 1F
Octal 46 127 171 105 34 0 65 315 64 37
Binary 100110 1010111 1111001 1000101 11100 0 110101 11001101 110100 11111

Color Harmonies of #265779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265779

Black with #265779

Text Example


Text Example

White with #265779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265779; }

 p { color: rgb(38,87,121); }

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

background-color css

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

 a { background-color: rgb(38,87,121); }

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

border-color css

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

 span { border-color: rgb(38,87,121); }

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