Html Css Color HEX #365473 Venice Blue

📋 copy color: '#365473'

red 54 ◦ green 84 ◦ blue 115

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

Shades of Venice Blue #365473

Tints of Venice Blue #365473

RGB

 RED value IS 54 (21.48% from 255) = 21.34%

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

 BLUE value IS 115 (45.31% from 255) = 45.45%

R = 21.34%
G = 33.2%
B = 45.45%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#365473 (or 0x365473) is known color: Venice Blue. HEX triplet: 36, 54 and 73. RGB value is (54,84,115). Sum of RGB (Red+Green+Blue) = 54+84+115=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #365473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365473 is #C9AB8C. Grayscale: #4E4E4E. Windows color (decimal): -13216653 or 7558198. OLE color: 7558198.

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

Color convert

RGB 54 84 115 -
CMYK 0.53 0.27 0 0.55
HSL 210.49º 0.36% 0.33% -
HSV(B) 210.49º 0.53% 0.45% -
XYZ 7.79 8.36 17.42 -
YUV 78.56 148.56 110.48 -
System Red Green Blue C M Y K H S L
Decimal 54 84 115 0.53 0.27 0 0.55 210.49 0.36 0.33
Hex 36 54 73 35 1B 0 37 D2 24 21
Octal 66 124 163 65 33 0 67 322 44 41
Binary 110110 1010100 1110011 110101 11011 0 110111 11010010 100100 100001

Color Harmonies of #365473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365473

Black with #365473

Text Example


Text Example

White with #365473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365473; }

 p { color: rgb(54,84,115); }

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

background-color css

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

 a { background-color: rgb(54,84,115); }

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

border-color css

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

 span { border-color: rgb(54,84,115); }

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