Html Css Color HEX #365172 Venice Blue

📋 copy color: '#365172'

red 54 ◦ green 81 ◦ blue 114

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

Shades of Venice Blue #365172

Tints of Venice Blue #365172

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.53%

 BLUE value IS 114 (44.92% from 255) = 45.78%

R = 21.69%
G = 32.53%
B = 45.78%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#365172 (or 0x365172) is known color: Venice Blue. HEX triplet: 36, 51 and 72. RGB value is (54,81,114). Sum of RGB (Red+Green+Blue) = 54+81+114=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #365172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365172 is #C9AE8D. Grayscale: #4C4C4C. Windows color (decimal): -13217422 or 7491894. OLE color: 7491894.

HSL color Cylindrical-coordinate representation of color #365172: hue angle of 213º 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 #365172 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 81 114 -
CMYK 0.53 0.29 0 0.55
HSL 213º 0.36% 0.33% -
HSV(B) 213º 0.53% 0.45% -
XYZ 7.5 7.88 17.05 -
YUV 76.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 54 81 114 0.53 0.29 0 0.55 213 0.36 0.33
Hex 36 51 72 35 1D 0 37 D5 24 21
Octal 66 121 162 65 35 0 67 325 44 41
Binary 110110 1010001 1110010 110101 11101 0 110111 11010101 100100 100001

Color Harmonies of #365172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365172

Black with #365172

Text Example


Text Example

White with #365172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365172; }

 p { color: rgb(54,81,114); }

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

background-color css

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

 a { background-color: rgb(54,81,114); }

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

border-color css

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

 span { border-color: rgb(54,81,114); }

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