Html Css Color HEX #365273 Venice Blue

📋 copy color: '#365273'

red 54 ◦ green 82 ◦ blue 115

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

Shades of Venice Blue #365273

Tints of Venice Blue #365273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 45.82%

R = 21.51%
G = 32.67%
B = 45.82%

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

#365273 (or 0x365273) is known color: Venice Blue. HEX triplet: 36, 52 and 73. RGB value is (54,82,115). Sum of RGB (Red+Green+Blue) = 54+82+115=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #365273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365273 is #C9AD8C. Grayscale: #4D4D4D. Windows color (decimal): -13217165 or 7557686. OLE color: 7557686.

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

Color convert

RGB 54 82 115 -
CMYK 0.53 0.29 0 0.55
HSL 212.46º 0.36% 0.33% -
HSV(B) 212.46º 0.53% 0.45% -
XYZ 7.63 8.06 17.37 -
YUV 77.39 149.22 111.32 -
System Red Green Blue C M Y K H S L
Decimal 54 82 115 0.53 0.29 0 0.55 212.46 0.36 0.33
Hex 36 52 73 35 1D 0 37 D4 24 21
Octal 66 122 163 65 35 0 67 324 44 41
Binary 110110 1010010 1110011 110101 11101 0 110111 11010100 100100 100001

Color Harmonies of #365273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365273

Black with #365273

Text Example


Text Example

White with #365273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365273; }

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

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

background-color css

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

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

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

border-color css

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

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

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