#365272

Color #365272 Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #365272

Tints of Venice Blue #365272

Color information

#365272 (or 0x365272) is unknown color: approx Venice Blue. HEX triplet: 36, 52 and 72. RGB value is (54,82,114). Sum of RGB (Red+Green+Blue) = 54+82+114=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #365272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365272 is #C9AD8D. Grayscale: #4D4D4D. Windows color (decimal): -13217166 or 7492150. OLE color: 7492150.

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

Color convert

RGB5482114-
CMYK0.530.2800.55
HSL212º35.71%32.94%-
HSV(B)212º52.63%44.71%-
XYZ7.588.0317.07-
YUV77.28148.72111.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 114 (44.92% from 255) = 45.6%
R=21.6%
G=32.8%
B=45.6%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54821140.530.2800.5521235.7132.94
Hex365272351C037d42421
Octal6612216265340673244441
Binary1101101010010111001011010111100011011111010100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365272; }

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

 H1.HeaderClassName
 {
   color: #365272;
 }
 .AnyTagClassName
 {
   color: #365272;
 }
</style>
background-color css

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

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

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

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

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

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