Html Css Color HEX #365170 Venice Blue

📋 copy color: '#365170'

red 54 ◦ green 81 ◦ blue 112

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

Shades of Venice Blue #365170

Tints of Venice Blue #365170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.34%

R = 21.86%
G = 32.79%
B = 45.34%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#365170 (or 0x365170) is known color: Venice Blue. HEX triplet: 36, 51 and 70. RGB value is (54,81,112). Sum of RGB (Red+Green+Blue) = 54+81+112=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #365170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365170 is #C9AE8F. Grayscale: #4C4C4C. Windows color (decimal): -13217424 or 7360822. OLE color: 7360822.

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

Color convert

RGB 54 81 112 -
CMYK 0.52 0.28 0 0.56
HSL 212.07º 0.35% 0.33% -
HSV(B) 212.07º 0.52% 0.44% -
XYZ 7.39 7.84 16.45 -
YUV 76.46 148.05 111.98 -
System Red Green Blue C M Y K H S L
Decimal 54 81 112 0.52 0.28 0 0.56 212.07 0.35 0.33
Hex 36 51 70 34 1C 0 38 D4 23 21
Octal 66 121 160 64 34 0 70 324 43 41
Binary 110110 1010001 1110000 110100 11100 0 111000 11010100 100011 100001

Color Harmonies of #365170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365170

Black with #365170

Text Example


Text Example

White with #365170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365170; }

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

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

background-color css

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

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

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

border-color css

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

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

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