Html Css Color HEX #365771 Venice Blue

📋 copy color: '#365771'

red 54 ◦ green 87 ◦ blue 113

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

Shades of Venice Blue #365771

Tints of Venice Blue #365771

RGB

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

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

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

R = 21.26%
G = 34.25%
B = 44.49%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#365771 (or 0x365771) is known color: Venice Blue. HEX triplet: 36, 57 and 71. RGB value is (54,87,113). Sum of RGB (Red+Green+Blue) = 54+87+113=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #365771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365771 is #C9A88E. Grayscale: #4F4F4F. Windows color (decimal): -13215887 or 7427894. OLE color: 7427894.

HSL color Cylindrical-coordinate representation of color #365771: hue angle of 206.44º 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 #365771 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 87 113 -
CMYK 0.52 0.23 0 0.56
HSL 206.44º 0.35% 0.33% -
HSV(B) 206.44º 0.52% 0.44% -
XYZ 7.91 8.79 16.9 -
YUV 80.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 54 87 113 0.52 0.23 0 0.56 206.44 0.35 0.33
Hex 36 57 71 34 17 0 38 CE 23 21
Octal 66 127 161 64 27 0 70 316 43 41
Binary 110110 1010111 1110001 110100 10111 0 111000 11001110 100011 100001

Color Harmonies of #365771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365771

Black with #365771

Text Example


Text Example

White with #365771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365771; }

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

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

background-color css

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

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

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

border-color css

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

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

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