Html Css Color HEX #385270 Venice Blue

📋 copy color: '#385270'

red 56 ◦ green 82 ◦ blue 112

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

Shades of Venice Blue #385270

Tints of Venice Blue #385270

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 value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#385270 (or 0x385270) is known color: 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

RGB 56 82 112 -
CMYK 0.50 0.27 0 0.56
HSL 212.14º 0.33% 0.33% -
HSV(B) 212.14º 0.5% 0.44% -
XYZ 7.57 8.05 16.48 -
YUV 77.65 147.39 112.56 -
System Red Green Blue C M Y K H S L
Decimal 56 82 112 0.50 0.27 0 0.56 212.14 0.33 0.33
Hex 38 52 70 32 1B 0 38 D4 21 21
Octal 70 122 160 62 33 0 70 324 41 41
Binary 111000 1010010 1110000 110010 11011 0 111000 11010100 100001 100001

Color Harmonies of #385270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385270

Black with #385270

Text Example


Text Example

White with #385270

Text Example


Text Example

HTML Codes & Css Web 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>