Html Css Color HEX #365070 Venice Blue

📋 copy color: '#365070'

red 54 ◦ green 80 ◦ blue 112

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

Shades of Venice Blue #365070

Tints of Venice Blue #365070

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.52%

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

R = 21.95%
G = 32.52%
B = 45.53%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#365070 (or 0x365070) is known color: Venice Blue. HEX triplet: 36, 50 and 70. RGB value is (54,80,112). Sum of RGB (Red+Green+Blue) = 54+80+112=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #365070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365070 is #C9AF8F. Grayscale: #4B4B4B. Windows color (decimal): -13217680 or 7360566. OLE color: 7360566.

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

Color convert

RGB 54 80 112 -
CMYK 0.52 0.29 0 0.56
HSL 213.1º 0.35% 0.33% -
HSV(B) 213.1º 0.52% 0.44% -
XYZ 7.31 7.69 16.43 -
YUV 75.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 54 80 112 0.52 0.29 0 0.56 213.1 0.35 0.33
Hex 36 50 70 34 1D 0 38 D5 23 21
Octal 66 120 160 64 35 0 70 325 43 41
Binary 110110 1010000 1110000 110100 11101 0 111000 11010101 100011 100001

Color Harmonies of #365070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365070

Black with #365070

Text Example


Text Example

White with #365070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365070; }

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

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

background-color css

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

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

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

border-color css

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

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

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