#385270

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

Shades of Venice Blue #385270

Tints of Venice Blue #385270

Color information

#385270 (or 0x385270) is unknown color: approx Venice Blue. HEX triplet: 38, 52 and 70. RGB value is (56,82,112). Sum of RGB (Red+Green+Blue) = 56+82+112=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #385270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385270 is #C7AD8F. Grayscale: #4D4D4D. Windows color (decimal): -13086096 or 7361080. OLE color: 7361080.

HSL color Cylindrical-coordinate representation of color #385270: hue angle of 212.14º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #385270 is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5682112-
CMYK0.500.2700.56
HSL212.14º33.33%32.94%-
HSV(B)212.14º50%43.92%-
XYZ7.578.0516.48-
YUV77.65147.39112.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.4%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 112 (44.14% from 255) = 44.8%
R=22.4%
G=32.8%
B=44.8%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56821120.500.2700.56212.1433.3332.94
Hex385270321B038d42121
Octal7012216062330703244141
Binary1110001010010111000011001011011011100011010100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385270; }

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

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

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

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

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

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

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

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