Html Css Color HEX #365570 Venice Blue

📋 copy color: '#365570'

red 54 ◦ green 85 ◦ blue 112

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

Shades of Venice Blue #365570

Tints of Venice Blue #365570

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.86%

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

R = 21.51%
G = 33.86%
B = 44.62%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#365570 (or 0x365570) is known color: Venice Blue. HEX triplet: 36, 55 and 70. RGB value is (54,85,112). Sum of RGB (Red+Green+Blue) = 54+85+112=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 112 - color contains mainly: blue. Hex color #365570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365570 is #C9AA8F. Grayscale: #4E4E4E. Windows color (decimal): -13216400 or 7361846. OLE color: 7361846.

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

Color convert

RGB 54 85 112 -
CMYK 0.52 0.24 0 0.56
HSL 207.93º 0.35% 0.33% -
HSV(B) 207.93º 0.52% 0.44% -
XYZ 7.69 8.45 16.55 -
YUV 78.81 146.73 110.3 -
System Red Green Blue C M Y K H S L
Decimal 54 85 112 0.52 0.24 0 0.56 207.93 0.35 0.33
Hex 36 55 70 34 18 0 38 D0 23 21
Octal 66 125 160 64 30 0 70 320 43 41
Binary 110110 1010101 1110000 110100 11000 0 111000 11010000 100011 100001

Color Harmonies of #365570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365570

Black with #365570

Text Example


Text Example

White with #365570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365570; }

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

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

background-color css

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

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

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

border-color css

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

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

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