Html Css Color HEX #265574 Venice Blue

📋 copy color: '#265574'

red 38 ◦ green 85 ◦ blue 116

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

Shades of Venice Blue #265574

Tints of Venice Blue #265574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 48.54%

R = 15.9%
G = 35.56%
B = 48.54%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#265574 (or 0x265574) is known color: Venice Blue. HEX triplet: 26, 55 and 74. RGB value is (38,85,116). Sum of RGB (Red+Green+Blue) = 38+85+116=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 116 - color contains mainly: blue. Hex color #265574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265574 is #D9AA8B. Grayscale: #4A4A4A. Windows color (decimal): -14264972 or 7623974. OLE color: 7623974.

HSL color Cylindrical-coordinate representation of color #265574: hue angle of 203.85º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #265574 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 38 85 116 -
CMYK 0.67 0.27 0 0.55
HSL 203.85º 0.51% 0.3% -
HSV(B) 203.85º 0.67% 0.45% -
XYZ 7.2 8.17 17.72 -
YUV 74.48 151.43 101.98 -
System Red Green Blue C M Y K H S L
Decimal 38 85 116 0.67 0.27 0 0.55 203.85 0.51 0.3
Hex 26 55 74 43 1B 0 37 CC 33 1E
Octal 46 125 164 103 33 0 67 314 63 36
Binary 100110 1010101 1110100 1000011 11011 0 110111 11001100 110011 11110

Color Harmonies of #265574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265574

Black with #265574

Text Example


Text Example

White with #265574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265574; }

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

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

background-color css

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

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

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

border-color css

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

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

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