Html Css Color HEX #265475 Venice Blue

📋 copy color: '#265475'

red 38 ◦ green 84 ◦ blue 117

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

Shades of Venice Blue #265475

Tints of Venice Blue #265475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 48.95%

R = 15.9%
G = 35.15%
B = 48.95%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#265475 (or 0x265475) is known color: Venice Blue. HEX triplet: 26, 54 and 75. RGB value is (38,84,117). Sum of RGB (Red+Green+Blue) = 38+84+117=239 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.90% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #265475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265475 is #D9AB8A. Grayscale: #494949. Windows color (decimal): -14265227 or 7689254. OLE color: 7689254.

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

Color convert

RGB 38 84 117 -
CMYK 0.68 0.28 0 0.54
HSL 205.06º 0.51% 0.3% -
HSV(B) 205.06º 0.68% 0.46% -
XYZ 7.18 8.04 18 -
YUV 74.01 152.26 102.32 -
System Red Green Blue C M Y K H S L
Decimal 38 84 117 0.68 0.28 0 0.54 205.06 0.51 0.3
Hex 26 54 75 44 1C 0 36 CD 33 1E
Octal 46 124 165 104 34 0 66 315 63 36
Binary 100110 1010100 1110101 1000100 11100 0 110110 11001101 110011 11110

Color Harmonies of #265475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265475

Black with #265475

Text Example


Text Example

White with #265475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265475; }

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

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

background-color css

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

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

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

border-color css

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

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

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