Html Css Color HEX #365270 Venice Blue

📋 copy color: '#365270'

red 54 ◦ green 82 ◦ blue 112

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

Shades of Venice Blue #365270

Tints of Venice Blue #365270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.06%

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

R = 21.77%
G = 33.06%
B = 45.16%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#365270 (or 0x365270) is known color: Venice Blue. HEX triplet: 36, 52 and 70. RGB value is (54,82,112). Sum of RGB (Red+Green+Blue) = 54+82+112=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #365270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365270 is #C9AD8F. Grayscale: #4C4C4C. Windows color (decimal): -13217168 or 7361078. OLE color: 7361078.

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

Color convert

RGB 54 82 112 -
CMYK 0.52 0.27 0 0.56
HSL 211.03º 0.35% 0.33% -
HSV(B) 211.03º 0.52% 0.44% -
XYZ 7.46 7.99 16.48 -
YUV 77.05 147.72 111.56 -
System Red Green Blue C M Y K H S L
Decimal 54 82 112 0.52 0.27 0 0.56 211.03 0.35 0.33
Hex 36 52 70 34 1B 0 38 D3 23 21
Octal 66 122 160 64 33 0 70 323 43 41
Binary 110110 1010010 1110000 110100 11011 0 111000 11010011 100011 100001

Color Harmonies of #365270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365270

Black with #365270

Text Example


Text Example

White with #365270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365270; }

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

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

background-color css

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

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

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

border-color css

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

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

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