Html Css Color HEX #383067 Minsk

📋 copy color: '#383067'

red 56 ◦ green 48 ◦ blue 103

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

Shades of Minsk #383067

Tints of Minsk #383067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 49.76%

R = 27.05%
G = 23.19%
B = 49.76%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#383067 (or 0x383067) is known color: Minsk. HEX triplet: 38, 30 and 67. RGB value is (56,48,103). Sum of RGB (Red+Green+Blue) = 56+48+103=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 103 (40.62% from 255 or 49.76% from 207); Max value from RGB is 103 - color contains mainly: blue. Hex color #383067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383067 is #C7CF98. Grayscale: #383838. Windows color (decimal): -13094809 or 6762552. OLE color: 6762552.

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

Color convert

RGB 56 48 103 -
CMYK 0.46 0.53 0 0.60
HSL 248.73º 0.36% 0.3% -
HSV(B) 248.73º 0.53% 0.4% -
XYZ 5.14 3.93 13.32 -
YUV 56.66 154.15 127.53 -
System Red Green Blue C M Y K H S L
Decimal 56 48 103 0.46 0.53 0 0.60 248.73 0.36 0.3
Hex 38 30 67 2E 35 0 3C F9 24 1E
Octal 70 60 147 56 65 0 74 371 44 36
Binary 111000 110000 1100111 101110 110101 0 111100 11111001 100100 11110

Color Harmonies of #383067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383067

Black with #383067

Text Example


Text Example

White with #383067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383067; }

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

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

background-color css

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

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

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

border-color css

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

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

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