Html Css Color HEX #365471 Venice Blue

📋 copy color: '#365471'

red 54 ◦ green 84 ◦ blue 113

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

Shades of Venice Blue #365471

Tints of Venice Blue #365471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 45.02%

R = 21.51%
G = 33.47%
B = 45.02%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#365471 (or 0x365471) is known color: Venice Blue. HEX triplet: 36, 54 and 71. RGB value is (54,84,113). Sum of RGB (Red+Green+Blue) = 54+84+113=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #365471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365471 is #C9AB8E. Grayscale: #4E4E4E. Windows color (decimal): -13216655 or 7427126. OLE color: 7427126.

HSL color Cylindrical-coordinate representation of color #365471: hue angle of 209.49º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #365471 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 84 113 -
CMYK 0.52 0.26 0 0.56
HSL 209.49º 0.35% 0.33% -
HSV(B) 209.49º 0.52% 0.44% -
XYZ 7.67 8.32 16.82 -
YUV 78.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 54 84 113 0.52 0.26 0 0.56 209.49 0.35 0.33
Hex 36 54 71 34 1A 0 38 D1 23 21
Octal 66 124 161 64 32 0 70 321 43 41
Binary 110110 1010100 1110001 110100 11010 0 111000 11010001 100011 100001

Color Harmonies of #365471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365471

Black with #365471

Text Example


Text Example

White with #365471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365471; }

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

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

background-color css

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

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

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

border-color css

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

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

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