Html Css Color HEX #383065 Minsk

📋 copy color: '#383065'

red 56 ◦ green 48 ◦ blue 101

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

Shades of Minsk #383065

Tints of Minsk #383065

RGB

 RED value IS 56 (22.27% from 255) = 27.32%

 GREEN value IS 48 (19.14% from 255) = 23.41%

 BLUE value IS 101 (39.84% from 255) = 49.27%

R = 27.32%
G = 23.41%
B = 49.27%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#383065 (or 0x383065) is known color: Minsk. HEX triplet: 38, 30 and 65. RGB value is (56,48,101). Sum of RGB (Red+Green+Blue) = 56+48+101=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #383065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383065 is #C7CF9A. Grayscale: #383838. Windows color (decimal): -13094811 or 6631480. OLE color: 6631480.

HSL color Cylindrical-coordinate representation of color #383065: hue angle of 249.06º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #383065 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 48 101 -
CMYK 0.45 0.52 0 0.60
HSL 249.06º 0.36% 0.29% -
HSV(B) 249.06º 0.52% 0.4% -
XYZ 5.04 3.89 12.8 -
YUV 56.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 56 48 101 0.45 0.52 0 0.60 249.06 0.36 0.29
Hex 38 30 65 2D 34 0 3C F9 24 1D
Octal 70 60 145 55 64 0 74 371 44 35
Binary 111000 110000 1100101 101101 110100 0 111100 11111001 100100 11101

Color Harmonies of #383065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383065

Black with #383065

Text Example


Text Example

White with #383065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383065; }

 p { color: rgb(56,48,101); }

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

background-color css

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

 a { background-color: rgb(56,48,101); }

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

border-color css

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

 span { border-color: rgb(56,48,101); }

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